Skip to content

Commit

Permalink
Actually send the packet
Browse files Browse the repository at this point in the history
  • Loading branch information
emortaldev committed Sep 1, 2023
1 parent cce270b commit c9e36e9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ public void run() {
writer.writeFloat(0f);
writer.writeFloat(0.75f);
});
game.sendGroupedPacket(packet);
}
}
});
Expand Down

0 comments on commit c9e36e9

Please sign in to comment.