Skip to content

Commit e920651

Browse files
committed
chore: log calling getPlayerList of KaizPatch / fixRTM
1 parent ce935f2 commit e920651

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/com/anatawa12/pluginPermsForNgt/NGTPermissionManagerBukkit.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,14 @@ public List<String> getPlayerList(String par1) {
5151
@Vendors(Vendor.KaizPatch)
5252
@Override
5353
public Collection<String> getPlayerList0(String permission) {
54+
PluginPermsForNgtMain.log("calling getPlayerList of KaizPatch by " + new Throwable().getStackTrace()[1]);
5455
// In the KaizPatch's implementation, returns set so use set here.
5556
return Collections.emptySet();
5657
}
5758

5859
@Override
5960
public Set<String> getPlayerSet(String permission) {
61+
PluginPermsForNgtMain.log("calling getPlayerList of fixRTM by " + new Throwable().getStackTrace()[1]);
6062
return Collections.emptySet();
6163
}
6264

0 commit comments

Comments
 (0)