mirror of
https://github.com/garbagemule/MobArena.git
synced 2025-01-07 08:58:23 +01:00
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:
parent
2fcb20b2ae
commit
866c928b0b
@ -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()) {
|
||||
|
Loading…
Reference in New Issue
Block a user