aboutsummaryrefslogtreecommitdiff
path: root/functions.lua
diff options
context:
space:
mode:
Diffstat (limited to 'functions.lua')
-rw-r--r--functions.lua9
1 files changed, 0 insertions, 9 deletions
diff --git a/functions.lua b/functions.lua
deleted file mode 100644
index d68396d..0000000
--- a/functions.lua
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-function mesecons_debug.get_blockpos(pos)
- return {
- x = math.floor(pos.x / 16),
- y = math.floor(pos.y / 16),
- z = math.floor(pos.z / 16)
- }
-end