Fix spawn marker count for non-cherno maps

This commit is contained in:
ebaydayz
2016-04-17 15:32:47 -04:00
parent a3cfdd4058
commit 59a4459809
10 changed files with 30 additions and 12 deletions

View File

@@ -43,7 +43,7 @@ while {(!isNull _display) && !r_player_dead} do {
};
case (isInTraderCity) : {
_btnAbort ctrlEnable false;
localize "str_epoch_player_12" call dayz_rollingMessages;
[localize "str_epoch_player_12",1] call dayz_rollingMessages;
};
default {
_btnAbort ctrlEnable true;