mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-24 13:55:36 +03:00
changed amx_default_access to "z"
This commit is contained in:
parent
31b83cf76b
commit
983356c77e
@ -2,7 +2,7 @@
|
||||
echo Executing AMX Configuration File
|
||||
|
||||
// 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
|
||||
// (Example: setinfo _pw "password")
|
||||
@ -67,4 +67,3 @@ amx_extendmap_max 90
|
||||
|
||||
// Step for each extending
|
||||
amx_extendmap_step 15
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user