diff options
Diffstat (limited to 'gamemode/configure_me.lua')
| -rw-r--r-- | gamemode/configure_me.lua | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gamemode/configure_me.lua b/gamemode/configure_me.lua index 86bbd89..6e26eb9 100644 --- a/gamemode/configure_me.lua +++ b/gamemode/configure_me.lua @@ -4,7 +4,7 @@ jA_cOp, prop_dynamic, Chewgum, Wokkel, robotboy655 Additional content by - Djarex, Apickx + Djarex, Scott, Apickx */ //Make sure that this is the gamemode folder name @@ -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 +} |
