Skip to content

Commit

Permalink
Fixed Shutdown Issue
Browse files Browse the repository at this point in the history
  • Loading branch information
PulseBeat02 committed Nov 6, 2024
1 parent b370605 commit 1e61a33
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ public void cancelGame(final Player sender) {

final String id = data.getId();
this.manager.removeGame(id);
data.shutdown();

final PreGamePlayerManager playerManager = data.getPlayerManager();
final Collection<Player> participants = playerManager.getParticipants();
Expand Down

0 comments on commit 1e61a33

Please sign in to comment.