Ignore seed prototype on the client.
This commit is contained in:
@@ -75,6 +75,7 @@ namespace Content.Client
|
||||
prototypes.RegisterIgnore("material");
|
||||
prototypes.RegisterIgnore("reaction"); //Chemical reactions only needed by server. Reactions checks are server-side.
|
||||
prototypes.RegisterIgnore("gasReaction");
|
||||
prototypes.RegisterIgnore("seed"); // Seeds prototypes are server-only.
|
||||
prototypes.RegisterIgnore("barSign");
|
||||
|
||||
ClientContentIoC.Register();
|
||||
|
||||
Reference in New Issue
Block a user