Ignore seed prototype on the client.

This commit is contained in:
Víctor Aguilera Puerto
2020-10-27 00:10:38 +01:00
parent 077b5d1a4e
commit 5364d4ec1f

View File

@@ -75,6 +75,7 @@ namespace Content.Client
prototypes.RegisterIgnore("material"); prototypes.RegisterIgnore("material");
prototypes.RegisterIgnore("reaction"); //Chemical reactions only needed by server. Reactions checks are server-side. prototypes.RegisterIgnore("reaction"); //Chemical reactions only needed by server. Reactions checks are server-side.
prototypes.RegisterIgnore("gasReaction"); prototypes.RegisterIgnore("gasReaction");
prototypes.RegisterIgnore("seed"); // Seeds prototypes are server-only.
prototypes.RegisterIgnore("barSign"); prototypes.RegisterIgnore("barSign");
ClientContentIoC.Register(); ClientContentIoC.Register();