Fixed dumb syntax error.

This commit is contained in:
Filip Maj 2017-06-25 23:43:02 -04:00
parent fc96dac7c7
commit 00757b4ae7

View File

@ -37,9 +37,12 @@ function main(thisDirector)
wait(3);
thisDirector:UpdateAimNumNow(0, 3);
wait(3);
thisDirector:EndGuildleve(true);
end
function attentionMessage(player, textId, args ...)
function attentionMessage(player, textId, ...)
player:SendGameMessage(GetWorldMaster(), textId, 0x20, args);
player:SendDataPacket("attention", GetWorldMaster(), "", textId, args);
end