diff options
| author | Scott <scotth0828@gmail.com> | 2016-05-15 18:25:51 -0400 |
|---|---|---|
| committer | Scott <scotth0828@gmail.com> | 2016-05-15 18:25:51 -0400 |
| commit | b882ce40b4e75832d108d284461d50ff38ebf879 (patch) | |
| tree | 23a904fc29c76e07cd8769d60ac5316a526302fb /gamemode/itemsystem/common_dropable.lua | |
| parent | 762d37c3b52a0490538974419c87bc8a6ef4c267 (diff) | |
| download | gmstranded-b882ce40b4e75832d108d284461d50ff38ebf879.tar.gz gmstranded-b882ce40b4e75832d108d284461d50ff38ebf879.tar.bz2 gmstranded-b882ce40b4e75832d108d284461d50ff38ebf879.zip | |
Removed all comments
Diffstat (limited to 'gamemode/itemsystem/common_dropable.lua')
| -rw-r--r-- | gamemode/itemsystem/common_dropable.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gamemode/itemsystem/common_dropable.lua b/gamemode/itemsystem/common_dropable.lua index 34ca905..046d628 100644 --- a/gamemode/itemsystem/common_dropable.lua +++ b/gamemode/itemsystem/common_dropable.lua @@ -9,8 +9,6 @@ function genericMakeDroppable(tbl) genericDropResource(player,tbl.Name,1) end local dropall = function(player) - PrintTable(Resources) - print("Ammount:" .. Resources[tbl.Name]) genericDropResource(player,tbl.Name,Resources[tbl.Name]) end local drophalf = function(player) |
