Small adjustment

This commit is contained in:
Raymix 2016-06-18 14:38:58 +01:00
parent 20b6d9884d
commit fd5e8f0c6e

View File

@ -19,7 +19,7 @@
_msg = param [0, "No input"];
_time = param [1, 2];
if !(_msg isEqualType "STRING") then {_msg = str (parseText _msg)};
_msg = str (parseText str _msg); //Parses and converts text back to small string
if !(isNil "rmx_var_msgQueue") exitWith { rmx_var_msgQueue pushBack [_msg, _time];};