diff --git a/Content.Client/EntryPoint.cs b/Content.Client/EntryPoint.cs index e86493ab70..e4e7cdd425 100644 --- a/Content.Client/EntryPoint.cs +++ b/Content.Client/EntryPoint.cs @@ -80,6 +80,7 @@ namespace Content.Client prototypes.RegisterIgnore("seed"); // Seeds prototypes are server-only. prototypes.RegisterIgnore("barSign"); prototypes.RegisterIgnore("objective"); + prototypes.RegisterIgnore("dataset"); ClientContentIoC.Register();