Fix NPC reloads (#18694)

This commit is contained in:
metalgearsloth
2023-08-05 16:41:46 +10:00
committed by GitHub
parent c742615b86
commit 8b801b9a33

View File

@@ -89,9 +89,6 @@ public sealed class HTNSystem : EntitySystem
private void OnPrototypeLoad(PrototypesReloadedEventArgs obj)
{
if (!obj.ByType.ContainsKey(typeof(HTNCompoundPrototype)))
return;
OnLoad();
}