The idea was not to spam.

Really, I don't care what's wrong with you, class file.
This commit is contained in:
Wizjany 2013-01-27 03:01:16 -05:00
parent b48c735d2e
commit 87daba207a

View File

@ -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();
}
}