Fixed FactionIDs

This commit is contained in:
Lukas Moungos
2019-07-22 22:18:52 +02:00
parent 3ebba0cadd
commit 9c2d170516

View File

@@ -30,12 +30,12 @@ namespace ReallifeGamemode.Server.Managers
DutyPoint dutyPointFIB = new DutyPoint()
{
Position = new Vector3(109.5706, -745.2126, 242.1521),
FactionId = 1
FactionId = 3
};
DutyPoint dutyPointLSED = new DutyPoint()
{
Position = new Vector3(1152.181, -1527.95, 34.8434),
FactionId = 1
FactionId = 2
};
DutyPoints.Add(dutyPointLSPD);
@@ -58,7 +58,7 @@ namespace ReallifeGamemode.Server.Managers
WeaponPoint weaponPointFIB = new WeaponPoint()
{
Position = new Vector3(119.6835, -729.3273, 242.1519),
FactionId = 1
FactionId = 3
};
WeaponPoint weaponPointBallas = new WeaponPoint()
{