Skip to content

Commit

Permalink
schade
Browse files Browse the repository at this point in the history
  • Loading branch information
Spigey committed May 19, 2024
1 parent 0741fff commit 219d3e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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
1 change: 1 addition & 0 deletions src/main/java/spigey/asteroide/modules/SwimModule.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ private void onCollisionShape(CollisionShapeEvent event){
}
}
}
// this is client side

0 comments on commit 219d3e2

Please sign in to comment.