From 20c387158a8d2d2ce39b4169d6cdd177fc724645 Mon Sep 17 00:00:00 2001 From: DamianX Date: Wed, 14 Aug 2019 18:15:26 +0200 Subject: [PATCH] RegisterIgnore vending machines (#300) --- Content.Client/EntryPoint.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Content.Client/EntryPoint.cs b/Content.Client/EntryPoint.cs index 8bd941898c..5ae120d742 100644 --- a/Content.Client/EntryPoint.cs +++ b/Content.Client/EntryPoint.cs @@ -42,6 +42,7 @@ namespace Content.Client var registerIgnore = new[] { + "Breakable", "Interactable", "Destructible", "Temperature",