Make raiselocalevent not broadcast by default (#8998)
This commit is contained in:
@@ -305,7 +305,7 @@ namespace Content.Shared.MobState.Components
|
||||
state.UpdateState(Owner, threshold, entMan);
|
||||
|
||||
var message = new MobStateChangedEvent(this, old, state);
|
||||
entMan.EventBus.RaiseLocalEvent(Owner, message);
|
||||
entMan.EventBus.RaiseLocalEvent(Owner, message, true);
|
||||
Dirty();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user