mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
localization typo in pole requirement
This commit is contained in:
@@ -174,7 +174,7 @@ if(_IsNearPlot == 0) then {
|
|||||||
};
|
};
|
||||||
|
|
||||||
// _message
|
// _message
|
||||||
if(!_canBuildOnPlot) exitWith { TradeInprogress = false; cutText [format[(localize "str_epoch_player_136"),_needText,_distance] , "PLAIN DOWN"]; };
|
if(!_canBuildOnPlot) exitWith { TradeInprogress = false; cutText [format[(localize "STR_EPOCH_PLAYER_135"),_needText,_distance] , "PLAIN DOWN"]; };
|
||||||
|
|
||||||
_missing = "";
|
_missing = "";
|
||||||
_hasrequireditem = true;
|
_hasrequireditem = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user