Even more... you guessed it! REFACTORING. Removes the need for @Export for methods overriding base java methods
This commit is contained in:
@@ -124,8 +124,6 @@ public class TaskHandler implements Runnable {
|
||||
return this.newTask(2, var2, 0, var1);
|
||||
}
|
||||
|
||||
@Export("run")
|
||||
@ObfuscatedName("run")
|
||||
public final void run() {
|
||||
while (true) {
|
||||
Task var1;
|
||||
|
||||
Reference in New Issue
Block a user