summaryrefslogtreecommitdiff
path: root/gamemode/itemsystem/common_dropable.lua
diff options
context:
space:
mode:
Diffstat (limited to 'gamemode/itemsystem/common_dropable.lua')
-rw-r--r--gamemode/itemsystem/common_dropable.lua2
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)