mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-02 19:42:05 -04:00
Fixed dumb syntax error.
This commit is contained in:
parent
fc96dac7c7
commit
00757b4ae7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user