disabled always joinable motd for minestrike
This commit is contained in:
parent
7ef2edd498
commit
6d2bd84b5b
@ -552,12 +552,12 @@ public class ArcadeManager extends MiniPlugin implements IRelation
|
|||||||
+ "|" + ((_game == null || _game.WorldData == null) ? "Unknown" : _game.WorldData.MapName);
|
+ "|" + ((_game == null || _game.WorldData == null) ? "Unknown" : _game.WorldData.MapName);
|
||||||
|
|
||||||
//Always Joinable
|
//Always Joinable
|
||||||
if (_game != null && _game.JoinInProgress)
|
// if (_game != null && _game.JoinInProgress)
|
||||||
{
|
// {
|
||||||
event.setMotd(ChatColor.GREEN + "Recruiting" + extrainformation);
|
// event.setMotd(ChatColor.GREEN + "Recruiting" + extrainformation);
|
||||||
}
|
// }
|
||||||
//UHC Timed
|
//UHC Timed
|
||||||
else if (_game != null && _game.GetType() == GameType.UHC)
|
if (_game != null && _game.GetType() == GameType.UHC)
|
||||||
{
|
{
|
||||||
event.setMotd(((UHC) _game).getMotdStatus() + extrainformation);
|
event.setMotd(((UHC) _game).getMotdStatus() + extrainformation);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user