mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-25 09:59:18 +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:
@@ -445,7 +445,7 @@ if (_canBuild select 0) then {
|
||||
};
|
||||
publicVariableServer "PVDZ_obj_Publish";
|
||||
|
||||
format[localize "str_epoch_player_140",_combinationDisplay,_text] call dayz_rollingMessages;
|
||||
[format[localize "str_epoch_player_140",_combinationDisplay,_text],1] call dayz_rollingMessages;
|
||||
systemChat format[localize "str_epoch_player_140",_combinationDisplay,_text];
|
||||
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user