diff options
| author | Alexander Pickering <alexandermpickering@gmail.com> | 2016-05-01 19:41:55 -0400 |
|---|---|---|
| committer | Alexander Pickering <alexandermpickering@gmail.com> | 2016-05-01 19:41:55 -0400 |
| commit | b8c39c8c682c426dbde45d66b28a4b9a41cd4f01 (patch) | |
| tree | d828a4c1b94191ad5f52d77dd3318f436f8bdb46 | |
| parent | 671afe4f2ece80877c776d47a9158e0b4e5d7bd5 (diff) | |
| download | gmstranded-b8c39c8c682c426dbde45d66b28a4b9a41cd4f01.tar.gz gmstranded-b8c39c8c682c426dbde45d66b28a4b9a41cd4f01.tar.bz2 gmstranded-b8c39c8c682c426dbde45d66b28a4b9a41cd4f01.zip | |
Quickfix to add utility.lua to the client side
| -rw-r--r-- | gamemode/init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gamemode/init.lua b/gamemode/init.lua index 5b1fa5a..b28219a 100644 --- a/gamemode/init.lua +++ b/gamemode/init.lua @@ -11,6 +11,7 @@ includeFolder("craftablesystem",true) includeFolder("itemsystem",true) includeFolder("shared",true) AddCSLuaFile( "configure_me.lua" ) +AddCSLuaFile( "utility.lua" ) -- Send clientside files |
