summaryrefslogtreecommitdiff
path: root/gamemode/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'gamemode/init.lua')
-rw-r--r--gamemode/init.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/gamemode/init.lua b/gamemode/init.lua
index cd72b13..e8a8600 100644
--- a/gamemode/init.lua
+++ b/gamemode/init.lua
@@ -348,8 +348,6 @@ for k,v in pairs(GM.Plantables) do
return
end
local trm = tr.MatType
- PrintTable(tr)
- print(Vector(tr.HitPos))
if( (trm != MAT_DIRT) and (trm != MAT_GRASS) and (trm != MAT_SAND) or (GMS.IsInWater(Vector(tr.HitPos)))) then
ply:SendMessage( "You cannot plant on this terrain.", 3, Color( 200, 0, 0, 255 ) )
return