diff options
| author | Alexander Pickering <alexandermpickering@gmail.com> | 2017-08-07 18:08:00 -0400 |
|---|---|---|
| committer | Alexander Pickering <alexandermpickering@gmail.com> | 2017-08-07 18:08:00 -0400 |
| commit | 0ce40afcb04587bbccd39fc64a4928607c285c51 (patch) | |
| tree | 8a82b316b7300864aca612c6b0c059e14c15bd37 /gamemode/itemsystem/weapons/scraphammer.lua | |
| parent | 076b4245a757dc0ca9d1c9d234c32df546b1239e (diff) | |
| download | artery-0ce40afcb04587bbccd39fc64a4928607c285c51.tar.gz artery-0ce40afcb04587bbccd39fc64a4928607c285c51.tar.bz2 artery-0ce40afcb04587bbccd39fc64a4928607c285c51.zip | |
Various additions and removals for server
Diffstat (limited to 'gamemode/itemsystem/weapons/scraphammer.lua')
| -rw-r--r-- | gamemode/itemsystem/weapons/scraphammer.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gamemode/itemsystem/weapons/scraphammer.lua b/gamemode/itemsystem/weapons/scraphammer.lua index 762dc5f..2534907 100644 --- a/gamemode/itemsystem/weapons/scraphammer.lua +++ b/gamemode/itemsystem/weapons/scraphammer.lua @@ -1,6 +1,7 @@ --[[ An example item ]] +do return end local com = nrequire("core/inventory/common/weapons.lua") local itm = nrequire("core/inventory/common/items.lua") local reg = nrequire("core/inventory/item.lua") |
