mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
added debug for issue #1116
This commit is contained in:
@@ -8,6 +8,13 @@ waitUntil{initialized}; //means all the functions are now defined
|
||||
diag_log "HIVE: Starting";
|
||||
|
||||
waituntil{isNil "sm_done"}; // prevent server_monitor be called twice (bug during login of the first player)
|
||||
|
||||
if (isNil "server_initCount") then {
|
||||
server_initCount = 1;
|
||||
} else {
|
||||
server_initCount = server_initCount + 1;
|
||||
};
|
||||
diag_log format["server_monitor.sqf execution count = %1", server_initCount];
|
||||
|
||||
// Custom Configs
|
||||
if(isnil "MaxVehicleLimit") then {
|
||||
|
||||
Reference in New Issue
Block a user