This commit is contained in:
jack77213 2020-08-03 17:06:12 +08:00
parent 9b1d8a5b3b
commit da3d3f0b31
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ if (!isServer) exitWith {};
params ["_name", "_function", "_data"];
if (_name isEqualTo "a3tg") then
{
(format ["[TG] %2: %3", _function, _data]) remoteExecCall ["systemChat", -2, true];
(format ["[TG] %1: %2", _function, _data]) remoteExecCall ["systemChat", -2, true];
};
}];