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 49b1272 commit 1dc3c03Copy full SHA for 1dc3c03
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>org.byteskript</groupId>
8
<artifactId>byteskript</artifactId>
9
- <version>1.0.24</version>
+ <version>1.0.25</version>
10
<name>ByteSkript</name>
11
<description>A compiled JVM implementation of the Skript language.</description>
12
src/main/java/org/byteskript/skript/runtime/Script.java
@@ -151,7 +151,7 @@ private void forceLoad(Class<?> cls) {
151
""")
152
@GenerateExample
153
public String getSimpleName() {
154
- return mainClass().getSimpleName();
+ return this.mainClass().getSimpleName();
155
}
156
157
@Description("""
0 commit comments