mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-22 12:47:46 +00:00
Fixed dumb syntax error.
This commit is contained in:
parent
fc96dac7c7
commit
00757b4ae7
1 changed files with 4 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue