Ignore datasets (#2670)

I wanna read tests and don't wanna wait to approve dataset pr

Co-authored-by: Metal Gear Sloth <metalgearsloth@gmail.com>
This commit is contained in:
metalgearsloth
2020-12-02 20:41:05 +11:00
committed by GitHub
parent a00d042dbe
commit 7546cf09c3

View File

@@ -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();