mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Move more debug lines to #ifdef (#1829)
* Move more debug lines to #ifdef Tidys up server RPT Also make the combination rolling text overwrite the previous build spam. * Make additional changes
This commit is contained in:
@@ -539,7 +539,7 @@ if (_canBuild select 0) then {
|
||||
};
|
||||
publicVariableServer "PVDZ_obj_Publish";
|
||||
|
||||
format[localize "str_epoch_player_140",_combinationDisplay,_text] call dayz_rollingMessages; //display new combination
|
||||
[format[localize "str_epoch_player_140",_combinationDisplay,_text],1] call dayz_rollingMessages; //display new combination
|
||||
systemChat format[localize "str_epoch_player_140",_combinationDisplay,_text];
|
||||
|
||||
} else { //if not lockable item
|
||||
|
||||
Reference in New Issue
Block a user