Fix behaviorSet prototype error (#3407)

This commit is contained in:
AJCM-git
2021-02-24 20:09:27 -04:00
committed by GitHub
parent 436d406585
commit fc5d6452cd
2 changed files with 5 additions and 2 deletions

View File

@@ -81,6 +81,7 @@ namespace Content.Client
prototypes.RegisterIgnore("objective");
prototypes.RegisterIgnore("holiday");
prototypes.RegisterIgnore("aiFaction");
prototypes.RegisterIgnore("behaviorSet");
ClientContentIoC.Register();