Skip to content

Commit

Permalink
Update hash to latest V50 beta
Browse files Browse the repository at this point in the history
  • Loading branch information
DaXcess committed Apr 13, 2024
1 parent c1d54a2 commit 785678c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class Plugin : BaseUnityPlugin
public const string PLUGIN_VERSION = "1.2.1";

private readonly string[] GAME_ASSEMBLY_HASHES = [
"710F39A9E7610AD0056E463280EB7498810F30239356932AE0ECE4ADE9F68C69" // V50 Beta @ 4/12/2024
"7CFABBA203022CC46EF309B0E651276CB59217AF6D38C34E2085E67957DBBCBD" // V50 Beta @ 4/13/2024
];

public new static Config Config { get; private set; }
Expand Down

0 comments on commit 785678c

Please sign in to comment.