Initial Reupload
This commit is contained in:
16
gamemodes/prop_hunt/gamemode/config/sh_init.lua
Normal file
16
gamemodes/prop_hunt/gamemode/config/sh_init.lua
Normal file
@@ -0,0 +1,16 @@
|
||||
-- We will initialize the config stuff here
|
||||
|
||||
|
||||
-- Shared includes
|
||||
AddCSLuaFile("sh_phe_additional_taunts.lua")
|
||||
include("sh_phe_additional_taunts.lua")
|
||||
|
||||
|
||||
-- Server includes
|
||||
if SERVER then
|
||||
|
||||
include("server/sv_phkleiner_config.lua")
|
||||
include("server/sv_devilball_additions.lua")
|
||||
include("server/sv_luckyball_additions.lua")
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user