mirror of
https://github.com/Defent/DMS_Exile.git
synced 2024-08-30 16:52:12 +00:00
Fix
Re-add Exile simulationMonitor for non dynamic simulation servers.
This commit is contained in:
parent
087bc76c47
commit
f64c63261b
@ -164,8 +164,10 @@
|
||||
{
|
||||
_x lock 1;
|
||||
};
|
||||
|
||||
//_x call ExileServer_system_simulationMonitor_addVehicle;
|
||||
if!(dynamicSimulationEnabled _x)then
|
||||
{
|
||||
_x call ExileServer_system_simulationMonitor_addVehicle;
|
||||
};
|
||||
} forEach _vehs;
|
||||
|
||||
{
|
||||
|
@ -166,7 +166,10 @@
|
||||
_x lock 1;
|
||||
};
|
||||
|
||||
//_x call ExileServer_system_simulationMonitor_addVehicle;
|
||||
if!(dynamicSimulationEnabled _x)then
|
||||
{
|
||||
_x call ExileServer_system_simulationMonitor_addVehicle;
|
||||
};
|
||||
} forEach _vehs;
|
||||
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user