Skip to content
This repository has been archived by the owner on Jul 22, 2023. It is now read-only.

Commit

Permalink
Updated RequiredExiledVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
iopietro committed Jul 17, 2022
1 parent d22adfe commit eec0af5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/BetterScp939/BetterScp939.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace BetterScp939
namespace BetterScp939
{
using Components;
using Events;
Expand All @@ -11,7 +11,7 @@ public class BetterScp939 : Plugin<Config>
private static readonly BetterScp939 InstanceValue = new BetterScp939();
private PlayerHandler playerHandler;

public override Version RequiredExiledVersion { get; } = new Version(5, 0, 0);
public override Version RequiredExiledVersion { get; } = new Version(5, 3, 0);

private BetterScp939()
{
Expand Down

0 comments on commit eec0af5

Please sign in to comment.