Skip to content

Commit

Permalink
misc: change bStats plugin id
Browse files Browse the repository at this point in the history
  • Loading branch information
MemencioPerez committed Jan 6, 2025
1 parent 001f687 commit 5e98c32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
group = io.github._4drian3d.unsignedvelocity
version = 2.1.1
version = 2.1.2-SNAPSHOT
description = Remove Signed Information from your Velocity Commands
url = https://github.com/4drian3d/UnSignedVelocity
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public void onProxyInitialize(ProxyInitializeEvent event) {
try {
forciblyDisableForceKeyAuthentication();
loadMainFeatures();
factory.make(this, 17514);
factory.make(this, 24373);
registerCommand();
getPluginLoadMessages().forEach(logger::info);
checkForUpdates();
Expand Down

0 comments on commit 5e98c32

Please sign in to comment.