mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-28 05:05:16 +01:00
Add Player Visibility Set API support
This commit is contained in:
parent
8031110a59
commit
8a03a29f0a
@ -1226,5 +1226,9 @@ public class DynmapPlugin extends JavaPlugin implements DynmapAPI {
|
||||
public boolean setDisableChatToWebProcessing(boolean disable) {
|
||||
return core.setDisableChatToWebProcessing(disable);
|
||||
}
|
||||
@Override
|
||||
public boolean testIfPlayerVisibleToPlayer(String player, String player_to_see) {
|
||||
return core.testIfPlayerVisibleToPlayer(player, player_to_see);
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user