diff --git a/Plugins/Nautilus.Game.Arcade/src/nautilus/game/arcade/ArcadeManager.java b/Plugins/Nautilus.Game.Arcade/src/nautilus/game/arcade/ArcadeManager.java index cd838343e..c5112ac40 100644 --- a/Plugins/Nautilus.Game.Arcade/src/nautilus/game/arcade/ArcadeManager.java +++ b/Plugins/Nautilus.Game.Arcade/src/nautilus/game/arcade/ArcadeManager.java @@ -935,16 +935,16 @@ public class ArcadeManager extends MiniPlugin implements IRelation + "|" + ((_game == null || _game.WorldData == null) ? "Unknown" : _game.WorldData.MapName); if (_gameHostManager.isPrivateServer() && _gameHostManager.hasRank(Rank.TWITCH)) + { extrainformation += "|HostRank." + _gameHostManager.getHostRank().toString(); - - //Always Joinable - // if (_game != null && _game.JoinInProgress) - // { - // event.setMotd(ChatColor.GREEN + "Recruiting" + extrainformation); - // } - - //Recruiting - else if (_game == null || _game.GetState() == GameState.Recruit) + } + //Always Joinable + /*if (_game != null && _game.JoinInProgress) + { + event.setMotd(ChatColor.GREEN + "Recruiting" + extrainformation); + } + //Recruiting + else */if (_game == null || _game.GetState() == GameState.Recruit) { if (_game != null && _game.GetCountdown() != -1) {