From 92f2ece6543d61e8d72d40aab629b6e0d563ca33 Mon Sep 17 00:00:00 2001 From: zumorica Date: Sun, 24 May 2020 14:29:16 +0200 Subject: [PATCH] Ignore client-side marker component on the server. --- Content.Server/EntryPoint.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Content.Server/EntryPoint.cs b/Content.Server/EntryPoint.cs index 2c7a82bcac..6add00daed 100644 --- a/Content.Server/EntryPoint.cs +++ b/Content.Server/EntryPoint.cs @@ -41,7 +41,8 @@ namespace Content.Server "InteractionOutline", "MeleeWeaponArcAnimation", "AnimationsTest", - "ItemStatus" + "ItemStatus", + "Marker", }; foreach (var ignoreName in registerIgnore)