Skip to content

Commit

Permalink
Merge pull request #111 from KevinDaGame/develop
Browse files Browse the repository at this point in the history
Version 8.4.2
  • Loading branch information
KevinDaGame authored Jan 14, 2023
2 parents 64ec7f7 + 164d2d3 commit 32f0769
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,14 @@ public void showInfo(VoxelMessage vm) {

@Override
protected final void arrow(SnipeData v) {
positions.clear();
doArrow(v);
addOperations(currentPerformer.perform(positions));
}

@Override
protected final void powder(SnipeData v) {
positions.clear();
doPowder(v);
addOperations(currentPerformer.perform(positions));
}
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/voxel-core.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ java {
}

group = "com.github.kevindagame"
version = "8.4.1"
version = "8.4.2"
//java.sourceCompatibility = JavaVersion.VERSION_16

tasks.withType<JavaCompile> {
Expand Down

0 comments on commit 32f0769

Please sign in to comment.