Fixed LSED Duty Point

This commit is contained in:
Lukas Moungos
2019-07-22 22:11:57 +02:00
parent 44e045c73b
commit a7f23e7355

View File

@@ -40,6 +40,7 @@ namespace ReallifeGamemode.Server.Managers
DutyPoints.Add(dutyPointLSPD);
DutyPoints.Add(dutyPointFIB);
DutyPoints.Add(dutyPointLSED);
foreach (DutyPoint d in DutyPoints)
{