Ignore holiday prototypes on the client.

This commit is contained in:
Vera Aguilera Puerto
2021-02-12 10:55:45 +01:00
parent 4678e44edc
commit c0f51d8c88

View File

@@ -78,6 +78,7 @@ namespace Content.Client
prototypes.RegisterIgnore("seed"); // Seeds prototypes are server-only. prototypes.RegisterIgnore("seed"); // Seeds prototypes are server-only.
prototypes.RegisterIgnore("barSign"); prototypes.RegisterIgnore("barSign");
prototypes.RegisterIgnore("objective"); prototypes.RegisterIgnore("objective");
prototypes.RegisterIgnore("holiday");
ClientContentIoC.Register(); ClientContentIoC.Register();