Skip to content

Commit

Permalink
Turns out bullets aren't synced.
Browse files Browse the repository at this point in the history
  • Loading branch information
Slotterleet committed Jun 17, 2024
1 parent e6a5304 commit 5b60242
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/fos/net/DetonatePacket.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,9 @@ public void handleServer(NetConnection con) {

StickyBulletType.detonate(player);
}

@Override
public void handleClient() {
if (player != null) StickyBulletType.detonate(player);
}
}

0 comments on commit 5b60242

Please sign in to comment.