From c0f51d8c8898dcabd16a7db812147e7ae11b705b Mon Sep 17 00:00:00 2001 From: Vera Aguilera Puerto Date: Fri, 12 Feb 2021 10:55:45 +0100 Subject: [PATCH] Ignore holiday prototypes on the client. --- Content.Client/EntryPoint.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Content.Client/EntryPoint.cs b/Content.Client/EntryPoint.cs index e60aafae77..b3e07f7416 100644 --- a/Content.Client/EntryPoint.cs +++ b/Content.Client/EntryPoint.cs @@ -78,6 +78,7 @@ namespace Content.Client prototypes.RegisterIgnore("seed"); // Seeds prototypes are server-only. prototypes.RegisterIgnore("barSign"); prototypes.RegisterIgnore("objective"); + prototypes.RegisterIgnore("holiday"); ClientContentIoC.Register();