Skip to content

Commit

Permalink
LEGACY: Updated BlockMC2 Criticals (CCBlueX#2805)
Browse files Browse the repository at this point in the history
  • Loading branch information
EclipsesDev committed Apr 14, 2024
1 parent 59ed90a commit 951ce5b
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,9 @@ object Criticals : Module("Criticals", ModuleCategory.COMBAT) {
}

"blocksmc2" -> {
if (thePlayer.ticksExisted % 5 == 0) {
if (thePlayer.ticksExisted % 4 == 0) {
sendPackets(
C04PacketPlayerPosition(x, y + 0.002, z, true),
C04PacketPlayerPosition(x, y - 0.000001, z, false),
C04PacketPlayerPosition(x, y + 0.0011, z, true),
C04PacketPlayerPosition(x, y, z, false)
)
}
Expand Down

0 comments on commit 951ce5b

Please sign in to comment.