mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
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:
@@ -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"];
|
||||
|
||||
Reference in New Issue
Block a user