mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-08 21:44:35 +02:00
fixed derps causing client/server crashes
This commit is contained in:
parent
8eaa920751
commit
ac01224769
16 changed files with 60 additions and 60 deletions
|
@ -8,12 +8,12 @@ function onEventStarted(player, actor, triggerName, emoteId)
|
|||
|
||||
if (player:GetState() == 0) then
|
||||
if (emoteId == 0x2712) then
|
||||
player:changeState(11);
|
||||
player:ChangeState(11);
|
||||
else
|
||||
player:changeState(13);
|
||||
player:ChangeState(13);
|
||||
end
|
||||
else
|
||||
player:changeState(0);
|
||||
player:ChangeState(0);
|
||||
end
|
||||
|
||||
player:EndCommand();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue