Fix AIController throwing on shutdown (#1177)
Fixes EntityTest Co-authored-by: Metal Gear Sloth <metalgearsloth@gmail.com>
This commit is contained in:
@@ -61,7 +61,7 @@ namespace Content.Server.GameObjects.Components.Movement
|
||||
protected override void Shutdown()
|
||||
{
|
||||
base.Shutdown();
|
||||
Processor.Shutdown();
|
||||
Processor?.Shutdown();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user