diff options
Diffstat (limited to 'gamemode/shared/inventory_common.lua')
| -rw-r--r-- | gamemode/shared/inventory_common.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gamemode/shared/inventory_common.lua b/gamemode/shared/inventory_common.lua index aaf6afb..c5553fe 100644 --- a/gamemode/shared/inventory_common.lua +++ b/gamemode/shared/inventory_common.lua @@ -1,6 +1,7 @@ --[[ Some functions that are needed multiple places in the code, to deal with player inventories. ]] +do return end print("Hello from inventory_common.lua") local invfuncs = {} |
