Fix no-ranked mps's not appearing
This commit is contained in:
parent
8b2b49a8dd
commit
33e6bdc4f7
@ -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();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user