diff options
| author | Alexander Pickering <alexandermpickering@gmail.com> | 2016-04-22 15:50:33 -0400 |
|---|---|---|
| committer | Alexander Pickering <alexandermpickering@gmail.com> | 2016-04-22 15:50:33 -0400 |
| commit | 22eac37611121d7e6ed7027c1ede37928fea40c3 (patch) | |
| tree | cb97de1986e3f2d74b598fb1a52969af097d8a45 /gamemode/init.lua | |
| parent | 4820a793f8c9a504510a6b6bf4d8b4c6391cd6cc (diff) | |
| download | gmstranded-22eac37611121d7e6ed7027c1ede37928fea40c3.tar.gz gmstranded-22eac37611121d7e6ed7027c1ede37928fea40c3.tar.bz2 gmstranded-22eac37611121d7e6ed7027c1ede37928fea40c3.zip | |
Refactored fishing process code
Diffstat (limited to 'gamemode/init.lua')
| -rw-r--r-- | gamemode/init.lua | 2 |
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 |
