Use newer version of fernflower and remove __xx names

This commit is contained in:
Lucas
2019-07-04 23:51:52 +02:00
parent 1f2a9b21d6
commit a8d801d830
294 changed files with 27369 additions and 27322 deletions

View File

@@ -96,14 +96,13 @@ public class BufferedNetSocket extends AbstractSocket {
try {
this.socket.close();
} catch (IOException var2) {
;
}
this.source.close();
}
@ObfuscatedName("finalize")
protected void __finalize_280() {
protected void method75() {
this.close();
}