mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
add note about possible crash point
This will be the last line from Epoch before the server crashes due to Redis not running or connection issues.
This commit is contained in:
parent
d3b621b827
commit
0456e416f4
@ -17,7 +17,7 @@ private ["_ReservedSlots","_SideHQ1","_SideHQ2","_SideHQ3","_abortAndError","_al
|
||||
//[[[end]]]
|
||||
_startTime = diag_tickTime;
|
||||
missionNamespace setVariable ['Epoch_ServerVersion', getText(configFile >> "CfgMods" >> "Epoch" >> "version"), true];
|
||||
diag_log format["Epoch: Starting ArmA3 Epoch Server, Version %1",Epoch_ServerVersion];
|
||||
diag_log format["Epoch: Starting ArmA3 Epoch Server, Version %1. Note: If server crashes directly after this point check that Redis is running and the connection info is correct.",Epoch_ServerVersion];
|
||||
|
||||
_abortAndError = {
|
||||
// kick all players with reverse BE kicks
|
||||
|
Loading…
x
Reference in New Issue
Block a user