diff options
| author | Alexander Pickering <alexandermpickering@gmail.com> | 2016-04-30 20:15:02 -0400 |
|---|---|---|
| committer | Alexander Pickering <alexandermpickering@gmail.com> | 2016-04-30 20:15:02 -0400 |
| commit | adcec79b09baa5b6804795077caae8ad7e6c0394 (patch) | |
| tree | 005db3dde02b7082fa8c6611d2911da9c1b6e88b /gamemode/configure_me.lua | |
| parent | 603b64b1a93b36f04d25018ec3f53b16dcd84019 (diff) | |
| download | gmstranded-adcec79b09baa5b6804795077caae8ad7e6c0394.tar.gz gmstranded-adcec79b09baa5b6804795077caae8ad7e6c0394.tar.bz2 gmstranded-adcec79b09baa5b6804795077caae8ad7e6c0394.zip | |
Added mineing resources
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 +} |
