mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Small adjustment
This commit is contained in:
parent
20b6d9884d
commit
fd5e8f0c6e
@ -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];};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user