Simplify first-join => join
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user