Fix GamePreset newline characters so Rider can sleep easy today

This commit is contained in:
DrSmugleaf
2020-12-14 16:46:56 +01:00
parent bb4bbbb8a8
commit a9481bc05f

View File

@@ -1,5 +1,5 @@
#nullable enable annotations
using System.Collections.Generic;
using System.Collections.Generic;
using Content.Shared.Preferences;
using Content.Server.Administration;
using Content.Server.GameObjects.Components.Mobs;
@@ -14,7 +14,7 @@ using Content.Shared.GameObjects.Components.Mobs.State;
using Robust.Shared.Network;
using Robust.Shared.Interfaces.GameObjects;
using Robust.Server.Interfaces.Console;
using Robust.Server.Interfaces.Player;
using Robust.Server.Interfaces.Player;
using Robust.Shared.IoC;
namespace Content.Server.GameTicking