Files
Gmod-PropHuntExtended/source_/gamemodes/prophuntextended/entities/entities/ph_prop/init.lua
T
Michael Fabian 'Xaymar' Dirks e8454d4d27 Adjust paths to be lowercase
2017-11-24 01:58:31 +01:00

9 lines
210 B
Lua

--Thanks to Blasteh for gmod update the fix and nifnat for spectate fix!
-- Send required files to client
AddCSLuaFile("cl_init.lua")
AddCSLuaFile("shared.lua")
-- Include needed files
include("shared.lua")