Initial commit
This commit is contained in:
9
addons/itemstore/lua/autorun/itemstore.lua
Normal file
9
addons/itemstore/lua/autorun/itemstore.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
hook.Add( "PostGamemodeLoaded", "ItemStoreInitialize", function()
|
||||
itemstore = {}
|
||||
|
||||
if SERVER then
|
||||
include( "itemstore/sv_init.lua" )
|
||||
else
|
||||
include( "itemstore/cl_init.lua" )
|
||||
end
|
||||
end )
|
||||
Reference in New Issue
Block a user