mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
added debug for issue #1116
This commit is contained in:
@@ -9,6 +9,13 @@ diag_log "HIVE: Starting";
|
|||||||
|
|
||||||
waituntil{isNil "sm_done"}; // prevent server_monitor be called twice (bug during login of the first player)
|
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
|
// Custom Configs
|
||||||
if(isnil "MaxVehicleLimit") then {
|
if(isnil "MaxVehicleLimit") then {
|
||||||
MaxVehicleLimit = 50;
|
MaxVehicleLimit = 50;
|
||||||
|
|||||||
Reference in New Issue
Block a user