Fix build.
I HATE STATIC I HATE STATIC I HATE STATIC
This commit is contained in:
@@ -24,7 +24,7 @@ namespace Content.Server.ParticleAccelerator.EntitySystems
|
||||
component.OnAnchorChanged();
|
||||
}
|
||||
|
||||
private static void RotateEvent(ref RotateEvent ev)
|
||||
private void RotateEvent(ref RotateEvent ev)
|
||||
{
|
||||
if (EntityManager.TryGetComponent(ev.Sender, out ParticleAcceleratorPartComponent? part))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user