Skip to content

Commit

Permalink
fix new things
Browse files Browse the repository at this point in the history
  • Loading branch information
DEATHB4DEFEAT committed Mar 16, 2024
1 parent 9282200 commit 3dca633
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down
2 changes: 1 addition & 1 deletion Resources/ConfigPresets/SimpleStation14/Parkstation.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ enabled = true
pathfinding = true

[server]
rules_file = "SimpleStation14/ParkstationRules.txt"
rules_file = "Parkstation/ParkstationRules.txt"
id = "parkstation"

# [whitelist]
Expand Down

0 comments on commit 3dca633

Please sign in to comment.