From e648ad72b9940b03148a101739aca184ba9e8a5e Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Sun, 9 Jan 2022 11:52:55 +0100 Subject: [PATCH] Remove usages of Newtonsoft.Json outside StatusHost --- Content.Client/app.config | 15 --------------- Content.Server/Administration/PlayerLocator.cs | 1 - Content.Server/app.config | 15 --------------- Content.Shared/app.config | 15 --------------- 4 files changed, 46 deletions(-) delete mode 100644 Content.Client/app.config delete mode 100644 Content.Server/app.config delete mode 100644 Content.Shared/app.config diff --git a/Content.Client/app.config b/Content.Client/app.config deleted file mode 100644 index aabeba76c1..0000000000 --- a/Content.Client/app.config +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Content.Server/Administration/PlayerLocator.cs b/Content.Server/Administration/PlayerLocator.cs index ddf6d46140..477791f642 100644 --- a/Content.Server/Administration/PlayerLocator.cs +++ b/Content.Server/Administration/PlayerLocator.cs @@ -7,7 +7,6 @@ using System.Threading; using System.Threading.Tasks; using Content.Server.Database; using JetBrains.Annotations; -using Newtonsoft.Json; using Robust.Server.Player; using Robust.Shared; using Robust.Shared.Configuration; diff --git a/Content.Server/app.config b/Content.Server/app.config deleted file mode 100644 index aabeba76c1..0000000000 --- a/Content.Server/app.config +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Content.Shared/app.config b/Content.Shared/app.config deleted file mode 100644 index aabeba76c1..0000000000 --- a/Content.Shared/app.config +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - \ No newline at end of file