From 0abd0d87842d5e9f43372dd49dd6485e64911912 Mon Sep 17 00:00:00 2001 From: FL-OZ Date: Mon, 4 May 2020 00:24:19 -0500 Subject: [PATCH] revert entrypoint to master --- Content.Shared/EntryPoint.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Content.Shared/EntryPoint.cs b/Content.Shared/EntryPoint.cs index 8975f3fbb4..a9df20ff2a 100644 --- a/Content.Shared/EntryPoint.cs +++ b/Content.Shared/EntryPoint.cs @@ -6,7 +6,7 @@ using Robust.Shared.IoC; using Robust.Shared.Prototypes; -namespace Content.Shared + namespace Content.Shared { public class EntryPoint : GameShared { @@ -55,6 +55,5 @@ namespace Content.Shared _tileDefinitionManager.Initialize(); } - } }