mirror of
https://github.com/webbukkit/dynmap.git
synced 2025-01-12 10:50:37 +01:00
Add API to test for player info protection
This commit is contained in:
parent
8a03a29f0a
commit
cf77737f85
@ -1230,5 +1230,8 @@ public class DynmapPlugin extends JavaPlugin implements DynmapAPI {
|
||||
public boolean testIfPlayerVisibleToPlayer(String player, String player_to_see) {
|
||||
return core.testIfPlayerVisibleToPlayer(player, player_to_see);
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean testIfPlayerInfoProtected() {
|
||||
return core.testIfPlayerInfoProtected();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user