From 5364d4ec1f4eb65d88f466ea0b87edee58393784 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Aguilera=20Puerto?= Date: Tue, 27 Oct 2020 00:10:38 +0100 Subject: [PATCH] Ignore seed prototype on the client. --- Content.Client/EntryPoint.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Content.Client/EntryPoint.cs b/Content.Client/EntryPoint.cs index fd0b2a6d01..4eab611fc2 100644 --- a/Content.Client/EntryPoint.cs +++ b/Content.Client/EntryPoint.cs @@ -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();