Refactor TriggerSystem.Proximity (#17554)
This commit is contained in:
@@ -214,7 +214,7 @@ namespace Content.Server.Explosion.EntitySystems
|
||||
{
|
||||
base.Update(frameTime);
|
||||
|
||||
UpdateProximity(frameTime);
|
||||
UpdateProximity();
|
||||
UpdateTimer(frameTime);
|
||||
UpdateTimedCollide(frameTime);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user