From 814dc92dae47c8f1da5b5ce73ff5d61128efdc8c Mon Sep 17 00:00:00 2001 From: Romain Lanz Date: Sat, 7 Oct 2017 16:07:02 +0200 Subject: [PATCH] fix(marker): wrong cords --- config.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.lua b/config.lua index 07171ad3..e9f30d60 100644 --- a/config.lua +++ b/config.lua @@ -15,7 +15,7 @@ Config.Shops = { {x = 136.826, y = -1708.373, z = 28.291}, {x = -1282.604, y = -1116.757, z = 5.990}, {x = 1931.513, y = 3729.671, z = 31.844}, - {x = 1212.840, y = -472.921, z = 62.208}, + {x = 1212.840, y = -472.921, z = 65.208}, {x = -32.885, y = -152.319, z = 56.076}, {x = -278.077, y = 6228.463, z = 30.695}, } @@ -29,4 +29,4 @@ for i=1, #Config.Shops, 1 do Type = Config.MarkerType } -end \ No newline at end of file +end