changed amx_default_access to "z"

This commit is contained in:
Felix Geyer 2004-02-08 11:23:53 +00:00
parent 31b83cf76b
commit 983356c77e

View File

@ -1,8 +1,8 @@
// AMX Configuration File // AMX Configuration File
echo Executing AMX Configuration File echo Executing AMX Configuration File
// Default access for all non admin players (see users.ini for access details) // Default access for all non admin players (see users.ini for access details)
amx_default_access "" amx_default_access "z"
// Name of setinfo which should store a password on a client // Name of setinfo which should store a password on a client
// (Example: setinfo _pw "password") // (Example: setinfo _pw "password")
@ -67,4 +67,3 @@ amx_extendmap_max 90
// Step for each extending // Step for each extending
amx_extendmap_step 15 amx_extendmap_step 15