Re-add Exile simulationMonitor for non dynamic simulation servers.
This commit is contained in:
DESKTOP-UH65DCE\MusTanG 2017-04-27 19:23:44 -05:00
parent 087bc76c47
commit f64c63261b
2 changed files with 8 additions and 3 deletions

View File

@ -164,8 +164,10 @@
{ {
_x lock 1; _x lock 1;
}; };
if!(dynamicSimulationEnabled _x)then
//_x call ExileServer_system_simulationMonitor_addVehicle; {
_x call ExileServer_system_simulationMonitor_addVehicle;
};
} forEach _vehs; } forEach _vehs;
{ {

View File

@ -166,7 +166,10 @@
_x lock 1; _x lock 1;
}; };
//_x call ExileServer_system_simulationMonitor_addVehicle; if!(dynamicSimulationEnabled _x)then
{
_x call ExileServer_system_simulationMonitor_addVehicle;
};
} forEach _vehs; } forEach _vehs;
{ {