Revert "Fix server offline issue after OGP reference removal in PR #5"

This commit is contained in:
Frank Harris 2025-09-05 19:16:04 -04:00 committed by GitHub
parent 15d147faab
commit 1ac7d9b3c5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
23 changed files with 65 additions and 64 deletions

View file

@ -6,7 +6,7 @@
define('OGP_LANG_add_mods_note', "You need to add mods after adding server to user. This can be done by editing the server.");
define('OGP_LANG_game_servers', "Game Servers");
define('OGP_LANG_game_path', "Game Path");
define('OGP_LANG_game_path_info', "An absolute server path. Example: /home/ogpbot/User_Files/My_Server");
define('OGP_LANG_game_path_info', "An absolute server path. Example: /home/ogpbot/OGP_User_Files/My_Server");
define('OGP_LANG_game_server_name_info', "Server name helps users to identify their servers.");
define('OGP_LANG_control_password', "Control password");
define('OGP_LANG_control_password_info', "This password is used for server control, such as RCON password. If the password is empty then other means are used.");