forget to take this shit out

This commit is contained in:
michael.reiswich
2021-05-10 18:31:19 +02:00
parent 490a71c3e3
commit c476694c32

View File

@@ -363,13 +363,7 @@ namespace ReallifeGamemode.Server.Managers
Position = new Vector3(26.37, -1391.99, 29.36)
};
CarwashPoint Carwash2 = new CarwashPoint()
{
Position = new Vector3(111, 111, 29.32)
};
carwashPoints.Add(Carwash);
carwashPoints.Add(Carwash2);
foreach (CarwashPoint point in carwashPoints)
{