mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-03 21:37:28 +01:00
Just a bit more information for those skript classes
This commit is contained in:
parent
106782bc63
commit
1669598daa
1 changed files with 1 additions and 1 deletions
|
@ -888,7 +888,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
+ if (method != null) {
|
||||
+ id = method.getDeclaringClass().getName();
|
||||
+ } else {
|
||||
+ id = "null";
|
||||
+ id = executor.getClass().getName();
|
||||
+ }
|
||||
+
|
||||
+
|
||||
|
|
Loading…
Add table
Reference in a new issue