From 44fe40082f0df8acbd2bdbdd68b09e92cb9d9cca Mon Sep 17 00:00:00 2001 From: hydrant Date: Sun, 2 May 2021 23:31:55 +0200 Subject: [PATCH] =?UTF-8?q?FIB=20Garage=20Fahrstuhl=20Position=20ver=C3=A4?= =?UTF-8?q?ndert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ReallifeGamemode.Server/Managers/PositionManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReallifeGamemode.Server/Managers/PositionManager.cs b/ReallifeGamemode.Server/Managers/PositionManager.cs index 1bbf0a4b..7964e82b 100644 --- a/ReallifeGamemode.Server/Managers/PositionManager.cs +++ b/ReallifeGamemode.Server/Managers/PositionManager.cs @@ -153,7 +153,7 @@ namespace ReallifeGamemode.Server.Managers }; ElevatorPoint FibElevatorPointGarage = new ElevatorPoint() { - Position = new Vector3(124.2521, -741.3329, 33.13322), //FBI ganz ganz unten + Position = new Vector3(125.172, -739.3329, 33.13322), //FBI ganz ganz unten FactionId = 3, Stage = "Garage" };