Skip to content

Commit

Permalink
Change logging
Browse files Browse the repository at this point in the history
  • Loading branch information
potatoes1286 committed May 20, 2024
1 parent 12ccc88 commit f82cbad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/BetterMagRelease/src/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public static bool ClosedBoltMagEjectionTriggerPatch(FVRInteractiveObject __inst
}
else
{
if(DebugMode_IsEnabled.Value) Debug.LogWarning($"{met.Receiver.ObjectWrapper.ItemID} ({met.Receiver.ObjectWrapper.name}) does not have a setting!");
if(DebugMode_IsEnabled.Value) Debug.LogWarning($"{met.Receiver.ObjectWrapper.ItemID} (name {met.Receiver.ObjectWrapper.name}) does not have a setting!");
}
}

Expand Down Expand Up @@ -125,7 +125,7 @@ public static bool ClosedBoltMagEjectionTriggerPatch(FVRInteractiveObject __inst
}
else
{
if(DebugMode_IsEnabled.Value) Debug.LogWarning($"{met.Receiver.ObjectWrapper.ItemID} ({met.Receiver.ObjectWrapper.name}) does not have a setting!");
if(DebugMode_IsEnabled.Value) Debug.LogWarning($"{met.Receiver.ObjectWrapper.ItemID} (name {met.Receiver.ObjectWrapper.name}) does not have a setting!");
}
}

Expand Down

0 comments on commit f82cbad

Please sign in to comment.