mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Remove quotes from messages
This commit is contained in:
parent
1c3ef76e1d
commit
ba7285ee78
@ -32,7 +32,9 @@ if(_customCol isEqualTo [])then{
|
||||
_txtCol = if((_customCol select 1)isEqualTypeAll 0) then [{_customCol select 1},{_txtCol = [1,1,1,0.95]}];
|
||||
};
|
||||
|
||||
_msg = str (parseText str _msg); //Parses and converts text back to small string
|
||||
if !(typeName _msg isEqualTo "STRING") then { //Needed to remove quotations from strings
|
||||
_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, [_bgCol,_txtCol]]};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user