mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
fixed derps causing client/server crashes
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user