From 0377f12e3f8a43f4a9051f8cb0ec7e5d0f2df1e6 Mon Sep 17 00:00:00 2001 From: tchncs Date: Wed, 8 Jun 2016 19:51:17 +0200 Subject: [PATCH] update prison coordinates --- commands.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands.lua b/commands.lua index be634a7..fabd5ac 100644 --- a/commands.lua +++ b/commands.lua @@ -102,8 +102,8 @@ minetest.register_chatcommand("notice", { -- Arrest -local court = {x=13, y=35, z=-11} -local court_admin = {x=35, y=24, z=-11} +local court = {x=-107, y=1000, z=-153} +local court_admin = {x=-105, y=1000, z=-153} local prison = {x=0, y=-2015, z=0} local prison_admin = {x=19, y=-2015, z=19}