diff options
Diffstat (limited to 'gamemode/configure_me.lua')
| -rw-r--r-- | gamemode/configure_me.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gamemode/configure_me.lua b/gamemode/configure_me.lua index 70d0f4b..6e26eb9 100644 --- a/gamemode/configure_me.lua +++ b/gamemode/configure_me.lua @@ -26,3 +26,8 @@ GMS.LootableNPCs = { "npc_pigeon", "npc_zombie" } + +//SteamID's of any developers, this list should be empty on production servers! +GMS.Developers = { + "STEAM_0:0:0" //the single-player steamid +} |
