Skip to content

Commit

Permalink
sex moment
Browse files Browse the repository at this point in the history
  • Loading branch information
Logic-Gun committed Feb 11, 2025
1 parent eecb91f commit f9410e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class Plugin : Plugin<Config>
public override string Name => "Auto Cleaner";
public override string Description => "Allows you to clear the map every given n seconds.";
public override string Author => "Logic_Gun";
public override Version Version => new(1, 0, 1);
public override Version Version => new(1, 0, 2);
public override Version RequiredApiVersion => new(0, 0, 0); // idk labapi version lol

public ServerHandler ServerHandler => new();
Expand Down

0 comments on commit f9410e3

Please sign in to comment.