Skip to content

Commit

Permalink
fixed names
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauge committed Jul 29, 2024
1 parent 71897a1 commit 3b0a621
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion GrappleHook/Data/Scripts/hook/Settings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using Sandbox.ModAPI;
using VRage.Utils;

namespace BlinkDrive
namespace GrappleHook
{
[ProtoContract]
public class Settings
Expand Down
2 changes: 0 additions & 2 deletions GrappleHook/Data/Scripts/hook/WeaponControlLayer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
using SENetworkAPI;
using System;
using System.Collections.Generic;
using System.Data.SqlTypes;
using System.Reflection;
using System.Text;
using VRage.Game;
using VRage.Game.Components;
Expand Down
2 changes: 1 addition & 1 deletion GrappleHook/Data/Scripts/hook/WorldPlanets.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
using VRage.ModAPI;
using VRageMath;

namespace ProjectilesImproved
namespace GrappleHook
{
[MySessionComponentDescriptor(MyUpdateOrder.NoUpdate)]
public class WorldPlanets : MySessionComponentBase
Expand Down

0 comments on commit 3b0a621

Please sign in to comment.