Skip to content

Commit

Permalink
remove SVO
Browse files Browse the repository at this point in the history
  • Loading branch information
PuroSlavKing committed Dec 24, 2024
1 parent ef5c81d commit 74433ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Content.Server/_White/Headcrab/HeadcrabSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
using Content.Shared.Hands;
using Content.Shared.Humanoid;
using Content.Shared.Nutrition.Components;
using Content.Shared.SVO;
using Content.Shared._White.Headcrab;
using Content.Shared.Inventory;
using Content.Shared.Inventory.Events;
using Content.Shared.Mobs;
Expand Down
2 changes: 1 addition & 1 deletion Content.Shared/_White/Headcrab/SharedHeadcrab.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using Content.Shared.DoAfter;
using Robust.Shared.Serialization;

namespace Content.Shared.SVO;
namespace Content.Shared._White.Headcrab;

public sealed partial class JumpActionEvent : WorldTargetActionEvent
{
Expand Down

0 comments on commit 74433ae

Please sign in to comment.