mirror of
https://github.com/garbagemule/MobArena.git
synced 2024-11-27 04:55:25 +01:00
Simplify first-join => join
This commit is contained in:
parent
6ef8bf23da
commit
4ce8dcfad3
@ -39,5 +39,5 @@ display-waves-as-level: false
|
||||
display-timer-as-level: false
|
||||
use-scoreboards: true
|
||||
isolated-chat: false
|
||||
global-first-join-announce: false
|
||||
global-join-announce: false
|
||||
global-end-announce: false
|
||||
|
@ -562,7 +562,7 @@ public class ArenaImpl implements Arena
|
||||
}
|
||||
|
||||
// Announce globally (must happen before moving player)
|
||||
if (settings.getBoolean("global-first-join-announce", false)) {
|
||||
if (settings.getBoolean("global-join-announce", false)) {
|
||||
if (lobbyPlayers.isEmpty()) {
|
||||
for (Player q : Bukkit.getOnlinePlayers()) {
|
||||
Messenger.tell(q, Msg.ARENA_JOIN_GLOBAL, configName());
|
||||
|
Loading…
Reference in New Issue
Block a user