1
0
Fork 0
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:
Zach Brown 2016-01-10 00:40:46 -06:00
parent 106782bc63
commit 1669598daa

View file

@ -888,7 +888,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+ if (method != null) {
+ id = method.getDeclaringClass().getName();
+ } else {
+ id = "null";
+ id = executor.getClass().getName();
+ }
+
+