Skip to content

Commit

Permalink
clear up pickups once game is finished
Browse files Browse the repository at this point in the history
  • Loading branch information
l-brendle committed Oct 20, 2023
1 parent 020c26d commit a74eb0c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public void run() throws InterruptedException {
public void quit(){
running = false;
lastFrameTime = 0L;

pickUpHandler.clearPickupsAndSendToClients();
}


Expand Down

0 comments on commit a74eb0c

Please sign in to comment.