diff options
| author | Alexander Pickering <alexandermpickering@gmail.com> | 2016-05-15 15:28:57 -0400 |
|---|---|---|
| committer | Alexander Pickering <alexandermpickering@gmail.com> | 2016-05-15 15:28:57 -0400 |
| commit | 0aaea91ed95623230e553c3e5bf354d27a55f945 (patch) | |
| tree | 377e97ad97b00409213a1409fd33d33734e69c36 /gamemode/shared.lua | |
| parent | 55bf96319e587bc199eb8dd126ec1ccc1b085ecc (diff) | |
| download | gmstranded-0aaea91ed95623230e553c3e5bf354d27a55f945.tar.gz gmstranded-0aaea91ed95623230e553c3e5bf354d27a55f945.tar.bz2 gmstranded-0aaea91ed95623230e553c3e5bf354d27a55f945.zip | |
Fixed spelling error in utility.lua
Diffstat (limited to 'gamemode/shared.lua')
| -rw-r--r-- | gamemode/shared.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gamemode/shared.lua b/gamemode/shared.lua index 8552143..e1039ab 100644 --- a/gamemode/shared.lua +++ b/gamemode/shared.lua @@ -13,9 +13,6 @@ team.SetUp( 4, "The Gummies", Color( 255, 23, 0, 255 ) ) team.SetUp( 5, "The Dynamics", Color( 0, 72, 255, 255 ) ) team.SetUp( 6, "Scavengers", Color( 8, 255, 0, 255 ) ) -GMS = GMS or {} -GM.GAMEMODE_FOLDER_NAME = "gmstranded" - include( "configure_me.lua" ) include( "spp/sh_spp.lua" ) |
