Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
21d255fcd1
@ -555,12 +555,12 @@ public class ArcadeManager extends MiniPlugin implements IRelation
|
||||
extrainformation += "|StaffHosted";
|
||||
|
||||
//Always Joinable
|
||||
if (_game != null && _game.JoinInProgress)
|
||||
{
|
||||
event.setMotd(ChatColor.GREEN + "Recruiting" + extrainformation);
|
||||
}
|
||||
// if (_game != null && _game.JoinInProgress)
|
||||
// {
|
||||
// event.setMotd(ChatColor.GREEN + "Recruiting" + extrainformation);
|
||||
// }
|
||||
//UHC Timed
|
||||
else if (_game != null && _game.GetType() == GameType.UHC)
|
||||
if (_game != null && _game.GetType() == GameType.UHC)
|
||||
{
|
||||
event.setMotd(((UHC) _game).getMotdStatus() + extrainformation);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user