We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce935f2 commit e920651Copy full SHA for e920651
src/main/java/com/anatawa12/pluginPermsForNgt/NGTPermissionManagerBukkit.java
@@ -51,12 +51,14 @@ public List<String> getPlayerList(String par1) {
51
@Vendors(Vendor.KaizPatch)
52
@Override
53
public Collection<String> getPlayerList0(String permission) {
54
+ PluginPermsForNgtMain.log("calling getPlayerList of KaizPatch by " + new Throwable().getStackTrace()[1]);
55
// In the KaizPatch's implementation, returns set so use set here.
56
return Collections.emptySet();
57
}
58
59
60
public Set<String> getPlayerSet(String permission) {
61
+ PluginPermsForNgtMain.log("calling getPlayerList of fixRTM by " + new Throwable().getStackTrace()[1]);
62
63
64
0 commit comments