mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-17 13:37:47 +03:00
Make raiselocalevent not broadcast by default (#8998)
This commit is contained in:
@@ -124,7 +124,7 @@ public sealed partial class SolutionContainerSystem : EntitySystem
|
||||
}
|
||||
|
||||
UpdateAppearance(uid, solutionHolder);
|
||||
RaiseLocalEvent(uid, new SolutionChangedEvent());
|
||||
RaiseLocalEvent(uid, new SolutionChangedEvent(), true);
|
||||
}
|
||||
|
||||
public void RemoveAllSolution(EntityUid uid, Solution solutionHolder)
|
||||
|
||||
Reference in New Issue
Block a user