Fix no-ranked mps's not appearing

This commit is contained in:
Sam 2018-08-21 01:26:38 +01:00 committed by Alexander Meech
parent 8b2b49a8dd
commit 33e6bdc4f7
1 changed files with 1 additions and 1 deletions

View File

@ -1117,7 +1117,7 @@ public class ArcadeManager extends MiniPlugin implements IRelation
} }
// MPS // MPS
if (_gameHostManager.isPrivateServer() && _gameHostManager.getHostRank() != null && _gameHostManager.getHostRank().hasPermission(Perm.FEATURED_SERVER)) if (_gameHostManager.isPrivateServer() && _gameHostManager.getHostRank() != null)
{ {
hostRank = _gameHostManager.getHostRank(); hostRank = _gameHostManager.getHostRank();
} }