Remember to take the entry fee.

The takeFee call was accidentally left out in the join/leave refactor (this commit: b1c6b61827).
This commit is contained in:
Andreas Troelsen 2018-05-04 03:49:30 +02:00
parent 2fcb20b2ae
commit 866c928b0b

View File

@ -668,6 +668,8 @@ public class ArenaImpl implements Arena
specPlayers.remove(p);
takeFee(p);
// Announce globally (must happen before moving player)
if (settings.getBoolean("global-join-announce", false)) {
if (lobbyPlayers.isEmpty()) {