mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Update player_onPause.sqf
fixes players logging out in selfmade no-building-zones
This commit is contained in:
@@ -31,7 +31,7 @@ while {!isNull _display} do {
|
|||||||
cutText [localize "str_abort_playerclose", "PLAIN DOWN"];
|
cutText [localize "str_abort_playerclose", "PLAIN DOWN"];
|
||||||
_sleep = 1;
|
_sleep = 1;
|
||||||
};
|
};
|
||||||
case (!r_player_dead && !canbuild) : {
|
case (!r_player_dead && !isInTraderCity) : {
|
||||||
_btnAbort ctrlEnable false;
|
_btnAbort ctrlEnable false;
|
||||||
cutText [(localize "str_epoch_player_12"), "PLAIN DOWN"];
|
cutText [(localize "str_epoch_player_12"), "PLAIN DOWN"];
|
||||||
_sleep = 1;
|
_sleep = 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user