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:
@@ -668,6 +668,8 @@ public class ArenaImpl implements Arena
|
|||||||
|
|
||||||
specPlayers.remove(p);
|
specPlayers.remove(p);
|
||||||
|
|
||||||
|
takeFee(p);
|
||||||
|
|
||||||
// Announce globally (must happen before moving player)
|
// Announce globally (must happen before moving player)
|
||||||
if (settings.getBoolean("global-join-announce", false)) {
|
if (settings.getBoolean("global-join-announce", false)) {
|
||||||
if (lobbyPlayers.isEmpty()) {
|
if (lobbyPlayers.isEmpty()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user