3
0
Mirror von https://github.com/IntellectualSites/FastAsyncWorldEdit.git synchronisiert 2024-09-19 22:30:05 +02:00

The idea was not to spam.

Really, I don't care what's wrong with you, class file.
Dieser Commit ist enthalten in:
Wizjany 2013-01-27 03:01:16 -05:00
Ursprung b48c735d2e
Commit 87daba207a

Datei anzeigen

@ -227,7 +227,6 @@ public class BukkitWorld extends LocalWorld {
return defineClass(name.replaceFirst(".class$", ""), classData, 0, classData.length);
} catch (Throwable e) {
e.printStackTrace();
throw new ClassNotFoundException();
}
}