Fixed: error type number expected string

This commit is contained in:
IT07 2016-06-10 14:58:04 +02:00
parent 52ea102021
commit 32b8dd8b93

View File

@ -9,7 +9,7 @@ if hasInterface then
{
_data = _this;
_msg = param [0, "", [[],format[""]]];
_mode = param [1, "", [""]];
_mode = param [1, "", ["", -1]];
if (_mode isEqualTo "sys") then
{
systemChat _msg;