Skip to content

Commit

Permalink
testsumh
Browse files Browse the repository at this point in the history
  • Loading branch information
Spigey committed May 22, 2024
1 parent a52ca48 commit c4b1bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/spigey/asteroide/AsteroideAddon.java
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public void onInitialize() {
addModule(new WordFilterModule());
addModule(new PacketLoggerModule());
addModule(new VersionSpoofModule());
// addModule(new SwimModule());
addModule(new SwimModule());

// Commands
addCommand(new CrashAll());
Expand Down

0 comments on commit c4b1bdd

Please sign in to comment.