mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-02 22:06:26 +00:00
fix AuthKey being writable from console
This commit is contained in:
@@ -48,7 +48,7 @@ Settings::Settings(){
|
|||||||
{ { "General", "MaxPlayers" }, { General_MaxPlayers, READ_WRITE } },
|
{ { "General", "MaxPlayers" }, { General_MaxPlayers, READ_WRITE } },
|
||||||
{ { "General", "Name" }, { General_Name, READ_WRITE } },
|
{ { "General", "Name" }, { General_Name, READ_WRITE } },
|
||||||
{ { "General", "Map" }, { General_Map, READ_WRITE } },
|
{ { "General", "Map" }, { General_Map, READ_WRITE } },
|
||||||
{ { "General", "AuthKey" }, { General_AuthKey, READ_WRITE } },
|
{ { "General", "AuthKey" }, { General_AuthKey, NO_ACCESS } },
|
||||||
{ { "General", "Private" }, { General_Private, READ_ONLY } },
|
{ { "General", "Private" }, { General_Private, READ_ONLY } },
|
||||||
{ { "General", "Port" }, { General_Port, READ_ONLY } },
|
{ { "General", "Port" }, { General_Port, READ_ONLY } },
|
||||||
{ { "General", "MaxCars" }, { General_MaxCars, READ_WRITE } },
|
{ { "General", "MaxCars" }, { General_MaxCars, READ_WRITE } },
|
||||||
|
|||||||
Reference in New Issue
Block a user