mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 09:47:38 +00:00
The idea was not to spam.
Really, I don't care what's wrong with you, class file.
This commit is contained in:
parent
b48c735d2e
commit
87daba207a
@ -227,7 +227,6 @@ public class BukkitWorld extends LocalWorld {
|
|||||||
|
|
||||||
return defineClass(name.replaceFirst(".class$", ""), classData, 0, classData.length);
|
return defineClass(name.replaceFirst(".class$", ""), classData, 0, classData.length);
|
||||||
} catch (Throwable e) {
|
} catch (Throwable e) {
|
||||||
e.printStackTrace();
|
|
||||||
throw new ClassNotFoundException();
|
throw new ClassNotFoundException();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user