From 3b3fc170d917659d250608ff19aac24289114dc0 Mon Sep 17 00:00:00 2001 From: tchncs Date: Wed, 8 Jun 2016 20:01:22 +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 fabd5ac..55089c2 100644 --- a/commands.lua +++ b/commands.lua @@ -102,8 +102,8 @@ minetest.register_chatcommand("notice", { -- Arrest -local court = {x=-107, y=1000, z=-153} -local court_admin = {x=-105, y=1000, z=-153} +local court = {x=-107, y=1002, z=-153} +local court_admin = {x=-105, y=1002, z=-153} local prison = {x=0, y=-2015, z=0} local prison_admin = {x=19, y=-2015, z=19}