Skip to content

Commit

Permalink
Released strongman
Browse files Browse the repository at this point in the history
  • Loading branch information
Xemorr committed Oct 14, 2024
1 parent 148ea6b commit e1fc507
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build/generated/sentry/sentry-debug-meta.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Generated by sentry-android-gradle-plugin
#Mon Oct 14 11:02:29 BST 2024
#Mon Oct 14 12:53:18 BST 2024
io.sentry.build-tool=gradle
io.sentry.bundle-ids=fedc3e48-c93d-4904-bf34-fe4f15b7a21d
io.sentry.bundle-ids=61f2d6e8-878f-49a4-9043-7821dc714e00
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ public void onSneak(PlayerToggleSneakEvent e) {
velocity.setZ(velocity.getZ() * strongmanData.getVelocity());
velocity.setY(velocity.getY() * strongmanData.getUpwardsVelocity());
topEntity.getVehicle().removePassenger(topEntity);
for (long i = 2; i < 5; i++) {
for (long i = 1; i < 3; i++) {
Superheroes.getScheduling().entitySpecificScheduler(topEntity).runDelayed(
() -> topEntity.setVelocity(velocity), () -> {}, 2L
() -> topEntity.setVelocity(velocity), () -> {}, i
);
}
}
Expand Down

0 comments on commit e1fc507

Please sign in to comment.