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:
@@ -12,7 +12,7 @@ emoteTable = {
|
||||
function onEventStarted(player, actor, triggerName, emoteId)
|
||||
|
||||
if (player:GetState() == 0) then
|
||||
player:doEmote(emoteId);
|
||||
player:DoEmote(emoteId);
|
||||
end
|
||||
|
||||
player:EndCommand();
|
||||
|
Reference in New Issue
Block a user