diff options
| author | Alexander Pickering <alexandermpickering@gmail.com> | 2017-04-02 20:05:56 -0400 |
|---|---|---|
| committer | Alexander Pickering <alexandermpickering@gmail.com> | 2017-04-02 20:05:56 -0400 |
| commit | 191ba416c8b611ea4901cead138789a357c56134 (patch) | |
| tree | b30ae3473c16028a14d3ed0c80633f360cc1c914 /gamemode/itemsystem/weapons_common.lua | |
| parent | a22cbeddc5f8fb61e87a30aa14ba354de5cf4431 (diff) | |
| download | artery-191ba416c8b611ea4901cead138789a357c56134.tar.gz artery-191ba416c8b611ea4901cead138789a357c56134.tar.bz2 artery-191ba416c8b611ea4901cead138789a357c56134.zip | |
I finally had some time to work on this... dependency added on bobbleheadbob's zone addon
Diffstat (limited to 'gamemode/itemsystem/weapons_common.lua')
| -rw-r--r-- | gamemode/itemsystem/weapons_common.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gamemode/itemsystem/weapons_common.lua b/gamemode/itemsystem/weapons_common.lua index 6f553fa..f31b18f 100644 --- a/gamemode/itemsystem/weapons_common.lua +++ b/gamemode/itemsystem/weapons_common.lua @@ -1,4 +1,5 @@ - +--This file has been moved to core/inventory/common/weapons.lua +do return end ART = ART or {} --- Finds the direction a player is moveing. |
