This commit is contained in:
icomrade
2017-03-27 23:53:08 -04:00
parent 0275c58a89
commit 12abbfa686
3 changed files with 6 additions and 5 deletions

View File

@@ -540,8 +540,8 @@ if (!isDedicated) then {
disableSerialization;
_showText = {
private "_textLine";
4099999 cutRsc ["RSC_DZ_Messages","plain"];
_textLine = (uiNamespace getVariable "DZ_Messages") displayCtrl 4099998;
15 cutRsc ["RSC_DZ_Messages","plain"];
_textLine = (uiNamespace getVariable "DZ_Messages") displayCtrl 3;
_textLine ctrlSetStructuredText (parseText _this);
_textLine ctrlCommit 0;
};