Fixed FactionIDs
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user