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