prevent logout with d/c #1938

Should work to prevent the issue described in #1938 by disabling the abort option, causing the player to alt + F4 if they want to log out without reconnecting. which results in the gear pile/weaponholder from not being created.
This commit is contained in:
icomrade
2017-07-26 12:39:37 -04:00
parent 5acad04c43
commit 73926b8785
4 changed files with 16 additions and 3 deletions

View File

@@ -567,6 +567,7 @@ if (isServer) then {
};
if (!isDedicated) then {
DZE_LastPingResp = diag_tickTime;
dayz_buildingBubbleMonitor = [];
DayZ_fuelCans = ["ItemJerrycan","ItemFuelcan","ItemFuelBarrel"];
DayZ_fuelCansEmpty = ["ItemJerrycanEmpty","ItemFuelcanEmpty","ItemFuelBarrelEmpty"];