Skip to content

Commit

Permalink
bump to 2.6.8 snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
xGinko committed Mar 5, 2024
1 parent aae2b13 commit 044246e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ public void onEnable() {
@Override
public void onDisable() {
AnarchyExploitFixesModule.modules.forEach(AnarchyExploitFixesModule::disable);
AnarchyExploitFixesModule.unregisterPacketListeners(this);
AnarchyExploitFixesModule.modules.clear();
if (metrics != null) {
metrics.shutdown();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "me.moomoo.anarchyexploitfixes"
version = "2.6.7"
version = "2.6.8-SNAPSHOT"
description = "Prevent many exploits that affect anarchy servers."
var url: String? = "github.com/moom0o/AnarchyExploitFixes"

Expand Down

0 comments on commit 044246e

Please sign in to comment.