More refactoring (tm)

This commit is contained in:
Lucas
2019-07-07 15:10:50 +02:00
parent e1a815eddd
commit e2aac6d899
159 changed files with 38213 additions and 46222 deletions

View File

@@ -156,8 +156,8 @@ public class PacketWriter {
garbageValue = "111"
)
@Export("setSocket")
void setSocket(AbstractSocket var1) {
this.socket0 = var1;
void setSocket(AbstractSocket socket) {
this.socket0 = socket;
}
@ObfuscatedName("o")