This commit is contained in:
JohnCorby 2022-04-09 23:54:14 -07:00
parent 4f3dd79f77
commit e48946ea2e

View File

@ -458,7 +458,7 @@ public class QSBGhostBrain : WorldObject<GhostBrain>, IGhostObject
public void ChangeAction(QSBGhostAction action, bool remote = false)
{
if (remote)
if (!remote)
{
this.SendMessage(new ChangeActionMessage(_data.currentAction));
}