Simplify first-join => join
This commit is contained in:
@@ -39,5 +39,5 @@ display-waves-as-level: false
|
|||||||
display-timer-as-level: false
|
display-timer-as-level: false
|
||||||
use-scoreboards: true
|
use-scoreboards: true
|
||||||
isolated-chat: false
|
isolated-chat: false
|
||||||
global-first-join-announce: false
|
global-join-announce: false
|
||||||
global-end-announce: false
|
global-end-announce: false
|
||||||
|
|||||||
@@ -562,7 +562,7 @@ public class ArenaImpl implements Arena
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Announce globally (must happen before moving player)
|
// 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()) {
|
if (lobbyPlayers.isEmpty()) {
|
||||||
for (Player q : Bukkit.getOnlinePlayers()) {
|
for (Player q : Bukkit.getOnlinePlayers()) {
|
||||||
Messenger.tell(q, Msg.ARENA_JOIN_GLOBAL, configName());
|
Messenger.tell(q, Msg.ARENA_JOIN_GLOBAL, configName());
|
||||||
|
|||||||
Reference in New Issue
Block a user