summaryrefslogtreecommitdiff
path: root/gamemode/shared.lua
diff options
context:
space:
mode:
Diffstat (limited to 'gamemode/shared.lua')
-rw-r--r--gamemode/shared.lua3
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" )