Skip to content

Commit

Permalink
Update RequiredServerVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
Lacyway committed Dec 25, 2024
1 parent 2adeab0 commit 5a6efd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Fika.Core/FikaPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public ManualLogSource FikaLogger
public IPAddress WanIP;
public bool LocalesLoaded;

private static readonly Version RequiredServerVersion = new("2.3.2");
private static readonly Version RequiredServerVersion = new("2.3.5");

public static DedicatedRaidWebSocketClient DedicatedRaidWebSocket { get; set; }

Expand Down

0 comments on commit 5a6efd9

Please sign in to comment.