mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-26 09:35:26 +00:00
typo
This commit is contained in:
parent
4f3dd79f77
commit
e48946ea2e
@ -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));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user