Fix AIController throwing on shutdown (#1177)

Fixes EntityTest

Co-authored-by: Metal Gear Sloth <metalgearsloth@gmail.com>
This commit is contained in:
metalgearsloth
2020-06-22 05:55:56 +10:00
committed by GitHub
parent 99f46d1ca5
commit 62bbf59def

View File

@@ -61,7 +61,7 @@ namespace Content.Server.GameObjects.Components.Movement
protected override void Shutdown()
{
base.Shutdown();
Processor.Shutdown();
Processor?.Shutdown();
}
/// <summary>