diff options
Diffstat (limited to 'games/hlserver-admin/files/patch-config::server.cfg')
-rw-r--r-- | games/hlserver-admin/files/patch-config::server.cfg | 34 |
1 files changed, 8 insertions, 26 deletions
diff --git a/games/hlserver-admin/files/patch-config::server.cfg b/games/hlserver-admin/files/patch-config::server.cfg index 434dd09182ec..8e452e4c187d 100644 --- a/games/hlserver-admin/files/patch-config::server.cfg +++ b/games/hlserver-admin/files/patch-config::server.cfg @@ -1,29 +1,11 @@ ---- config/server.cfg.orig Sun Apr 29 19:30:50 2001 -+++ config/server.cfg Sun Apr 29 19:35:44 2001 -@@ -33,7 +33,7 @@ - - // Determines whether or not the fun commands are allowed. - admin_fun_mode 0 -- -+admin_fun 0 - - // Enable to get special effects with certain commands - // like teleport or slap. -@@ -78,7 +78,7 @@ - - // Message that is show to everyone on the server every - // ten minutes by the message plugin. --admin_repeat_msg "This server is using Admin Mod" -+admin_repeat_msg "" - - - // The old verbosity. Defines what commands are repeated to -@@ -120,7 +120,7 @@ +--- config/server.cfg.orig Mon Jun 18 15:27:21 2001 ++++ config/server.cfg Mon Jun 18 15:31:34 2001 +@@ -135,7 +135,7 @@ + // (See documentation for access levels and information) default_access 1 - --// encrypt_password , for LINUX ONLY, whether to use -+// encrypt_password, NOT for use with Windows, whether to use - // encrypted passwords or not (0=off,1=on) +-// encrypt_password, for LINUX ONLY, whether to use ++// encrypt_password, NOT supported by Windows, whether to use + // encrypted passwords or not + // (0=disabled, 1=enabled) encrypt_password 0 - |