Skip to content
This repository has been archived by the owner on Jan 17, 2024. It is now read-only.

Commit

Permalink
Minor changes before release
Browse files Browse the repository at this point in the history
  • Loading branch information
Maticzpl committed Mar 18, 2021
1 parent d8b6774 commit 1448e42
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion MoreHazards/MoreHazards/MoreHazards.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class MoreHazards : Plugin<Config>

public override string Author { get; } = "Maticzpl";
public override string Name { get; } = "More Hazards";
public override Version Version { get; } = new Version(0, 1, 0);
public override Version Version { get; } = new Version(0, 1, 2);
public override Version RequiredExiledVersion { get; } = new Version(2, 9, 0);

private MoreHazards()
Expand Down
1 change: 0 additions & 1 deletion MoreHazards/MoreHazards/TeslaGates.cs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ public void OnTeslaTrigger(TriggeringTeslaEventArgs ev)
if (Vector3.Distance(ev.Player.Position, tesla.Key) < 7)
{
ev.IsTriggerable = false;
Debug.Log($"Player crossed disabled tesla");
return;
}
}
Expand Down

0 comments on commit 1448e42

Please sign in to comment.