diff options
Diffstat (limited to 'gamemode/shared.lua')
| -rw-r--r-- | gamemode/shared.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gamemode/shared.lua b/gamemode/shared.lua index adde491..2cc0234 100644 --- a/gamemode/shared.lua +++ b/gamemode/shared.lua @@ -15,10 +15,10 @@ team.SetUp( 6, "Scavengers", Color( 8, 255, 0, 255 ) ) GMS = GMS or {} GM.GAMEMODE_FOLDER_NAME = "gmstranded" +include( "configure_me.lua" ) include( "utility.lua") includeFolder("craftablesystem",true) - include( "spp/sh_spp.lua" ) include( "time_weather.lua" ) |
