From 7546cf09c373a5da0a666eb130a57cc6cf538ba5 Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Wed, 2 Dec 2020 20:41:05 +1100 Subject: [PATCH] Ignore datasets (#2670) I wanna read tests and don't wanna wait to approve dataset pr Co-authored-by: Metal Gear Sloth --- Content.Client/EntryPoint.cs | 1 + 1 file changed, 1 insertion(+) 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();