Code formatiert

This commit is contained in:
Lennart Kampshoff
2019-12-21 14:03:06 +01:00
parent c5f72c2ce5
commit ed95acc24d
56 changed files with 1771 additions and 1764 deletions

View File

@@ -52,13 +52,13 @@ namespace ReallifeGamemode.Server.Managers
#region WeaponPoints
WeaponPoint weaponPointLSPD = new WeaponPoint()
{
Position = new Vector3(460.3162,-981.0168,30.68959),
Position = new Vector3(460.3162, -981.0168, 30.68959),
FactionId = 1
};
WeaponPoint weaponPointFIB = new WeaponPoint()
{
//Position = new Vector3(119.6835, -729.3273, 242.1519), old
Position = new Vector3(143.5561,-762.7424,242.152),
Position = new Vector3(143.5561, -762.7424, 242.152),
FactionId = 3
};
WeaponPoint weaponPointBallas = new WeaponPoint()
@@ -91,7 +91,7 @@ namespace ReallifeGamemode.Server.Managers
};
JailReleasePoint jailPointFIB = new JailReleasePoint()
{
Position = new Vector3(119.6362,-727.6199,242.152)
Position = new Vector3(119.6362, -727.6199, 242.152)
};
JailReleasePoints.Add(jailPointLSPD);
@@ -110,20 +110,20 @@ namespace ReallifeGamemode.Server.Managers
Position = new Vector3(136.1958, -761.657, 242.152), //FBI oben
FactionId = 3,
Stage = "Büro"
};
};
ElevatorPoint FibElevatorPointIntern = new ElevatorPoint()
{
Position = new Vector3(136.1958, -761.7176, 45.75203), //FBI unten
FactionId = 3,
Stage = "EG"
};
};
ElevatorPoint FibElevatorPointGarage = new ElevatorPoint()
{
Position = new Vector3(124.2521, -741.3329, 33.13322), //FBI ganz ganz unten
FactionId = 3,
Stage = "Garage"
};
ElevatorPoints.Add(FibElevatorPointEG);
ElevatorPoints.Add(FibElevatorPointIntern);
ElevatorPoints.Add(FibElevatorPointGarage);