mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2025-01-03 23:07:55 +01:00
If enforceaccess == false, show all players all worlds (unless they're hidden) also for mv who
This commit is contained in:
parent
54e7bc454a
commit
2d0eb7e7bb
@ -77,7 +77,7 @@ public class WhoCommand extends MultiverseCommand {
|
||||
continue;
|
||||
}
|
||||
|
||||
if (p != null && (!this.plugin.getMVPerms().canEnterWorld(p, world))) {
|
||||
if (MultiverseCore.EnforceAccess && p != null && (!this.plugin.getMVPerms().canEnterWorld(p, world))) {
|
||||
continue;
|
||||
}
|
||||
List<Player> players = world.getCBWorld().getPlayers();
|
||||
|
Loading…
Reference in New Issue
Block a user