summaryrefslogtreecommitdiff
path: root/gamemode/itemsystem/items/gunchunks.lua
diff options
context:
space:
mode:
authorScott <scotth0828@gmail.com>2016-05-15 18:25:51 -0400
committerScott <scotth0828@gmail.com>2016-05-15 18:25:51 -0400
commitb882ce40b4e75832d108d284461d50ff38ebf879 (patch)
tree23a904fc29c76e07cd8769d60ac5316a526302fb /gamemode/itemsystem/items/gunchunks.lua
parent762d37c3b52a0490538974419c87bc8a6ef4c267 (diff)
downloadgmstranded-b882ce40b4e75832d108d284461d50ff38ebf879.tar.gz
gmstranded-b882ce40b4e75832d108d284461d50ff38ebf879.tar.bz2
gmstranded-b882ce40b4e75832d108d284461d50ff38ebf879.zip
Removed all comments
Diffstat (limited to 'gamemode/itemsystem/items/gunchunks.lua')
-rw-r--r--gamemode/itemsystem/items/gunchunks.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/gamemode/itemsystem/items/gunchunks.lua b/gamemode/itemsystem/items/gunchunks.lua
index 412ae68..a262e37 100644
--- a/gamemode/itemsystem/items/gunchunks.lua
+++ b/gamemode/itemsystem/items/gunchunks.lua
@@ -25,7 +25,6 @@ for k,v in pairs(materials) do
ITEM.Description = "A part of a weapon!"
local filename = string.Replace(v .. " " .. j," ","_")
local directory = "items/weaponparts/" .. filename .. ".png"
- print("File for " .. ITEM.Name .. " is " .. directory)
ITEM.Icon = directory
ITEM.UniqueData = false
genericMakeDroppable(ITEM)