From 3dca6336fa9f0f1d187bcfef1fd86e1811165928 Mon Sep 17 00:00:00 2001 From: DEATHB4DEFEAT Date: Sat, 16 Mar 2024 16:07:37 -0700 Subject: [PATCH] fix new things --- .../Physics/FrictionRemoverSystem.cs | 2 +- Resources/ConfigPresets/SimpleStation14/Parkstation.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename Content.Shared/{SimpleStation14 => Parkstation}/Physics/FrictionRemoverSystem.cs (92%) diff --git a/Content.Shared/SimpleStation14/Physics/FrictionRemoverSystem.cs b/Content.Shared/Parkstation/Physics/FrictionRemoverSystem.cs similarity index 92% rename from Content.Shared/SimpleStation14/Physics/FrictionRemoverSystem.cs rename to Content.Shared/Parkstation/Physics/FrictionRemoverSystem.cs index 983fb987d6..21a9115cf6 100644 --- a/Content.Shared/SimpleStation14/Physics/FrictionRemoverSystem.cs +++ b/Content.Shared/Parkstation/Physics/FrictionRemoverSystem.cs @@ -2,7 +2,7 @@ using Robust.Shared.Physics.Components; using Robust.Shared.Physics.Systems; -namespace Content.Shared.SimpleStation14.Physics; +namespace Content.Shared.Parkstation.Physics; public sealed class FrictionRemoverSystem : EntitySystem { diff --git a/Resources/ConfigPresets/SimpleStation14/Parkstation.toml b/Resources/ConfigPresets/SimpleStation14/Parkstation.toml index 4e3a243e72..6a8b5359a4 100644 --- a/Resources/ConfigPresets/SimpleStation14/Parkstation.toml +++ b/Resources/ConfigPresets/SimpleStation14/Parkstation.toml @@ -16,7 +16,7 @@ enabled = true pathfinding = true [server] -rules_file = "SimpleStation14/ParkstationRules.txt" +rules_file = "Parkstation/ParkstationRules.txt" id = "parkstation" # [whitelist]