Skip to content

Commit

Permalink
Sticky detonate packet possible fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Slotterleet committed Jun 17, 2024
1 parent 0cf9c64 commit e6a5304
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fos/net/FOSCall.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ public static void detonate() {
StickyBulletType.detonate(player);
if (net.client()) {
DetonatePacket packet = new DetonatePacket();
packet.player = player;
net.send(packet, false);
}
}
Expand Down

0 comments on commit e6a5304

Please sign in to comment.