summaryrefslogtreecommitdiff
path: root/tilehelper.py
diff options
context:
space:
mode:
authorjomo <github@jomo.tv>2014-06-10 04:57:11 +0200
committerjomo <github@jomo.tv>2014-06-10 04:57:11 +0200
commit54e3fd052fac90448796b8c88510fcce9e1b6dfb (patch)
tree33c64ff278c51b3799faef876b6aa2a43368ecb4 /tilehelper.py
parent682f22b99d5f8c44d89633a04a697ec882e8fc73 (diff)
remove debug output
Diffstat (limited to 'tilehelper.py')
-rw-r--r--tilehelper.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/tilehelper.py b/tilehelper.py
index 89b2036..74105f6 100644
--- a/tilehelper.py
+++ b/tilehelper.py
@@ -29,8 +29,6 @@ def onPlaceBlockInRegion(event):
if th.get("owner") == str(player.getUniqueId()) and str(block.getWorld().getUID()) == th.get("world") and block.getX() in range(area[0][0], area[0][1]+1) and block.getY() in range(area[1][0], area[1][1]+1) and block.getZ() in range(area[2][0], area[2][1]+1) and event.canBuild():
# stack block in directions
- msg(player, "&aplaced block in region")
-
for direction in th.get("directions"):
directions = dirmap[direction]
size = [
@@ -70,8 +68,6 @@ def onPlaceBlockInRegion(event):
if th.get("owner") == str(player.getUniqueId()) and str(block.getWorld().getUID()) == th.get("world") and block.getX() in range(area[0][0], area[0][1]+1) and block.getY() in range(area[1][0], area[1][1]+1) and block.getZ() in range(area[2][0], area[2][1]+1):
# stack block in directions
- msg(player, "&abroke block in region")
-
for direction in th.get("directions"):
directions = dirmap[direction]
size = [