Skip to content
Snippets Groups Projects
Commit 3b3fc170 authored by Milan's avatar Milan
Browse files

update prison coordinates

parent 0377f12e
No related branches found
No related tags found
No related merge requests found
......@@ -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}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment