Skip to content

Commit

Permalink
Merge pull request #4 from hayabusa255/patch-1
Browse files Browse the repository at this point in the history
Fixed Config
  • Loading branch information
thisisyoursus authored Apr 11, 2024
2 parents 934eabe + e356a50 commit 64c6bb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CoinFlipTeleport/plugins/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace CoinFlipTeleport
{
public class Plugin : Plugin<Config>
{
public Config _Config;
public Config _Config = new Config();
public override Version Version => new Version(4, 5, 0);
public override string Author => "Akinasu333";
public override string Name => "CoinFlipTeleport";
Expand Down

0 comments on commit 64c6bb6

Please sign in to comment.