refactored port names

This commit is contained in:
Jonatino
2021-03-21 13:57:33 -04:00
parent d8b5e78838
commit ecd6483fcc
5 changed files with 27 additions and 27 deletions

View File

@@ -161,8 +161,8 @@ public class ChatChannel {
MusicPatchNode.worldHost = var0.host; // L: 1555
Client.worldId = var0.id; // L: 1556
Client.worldProperties = var0.properties; // L: 1557
MouseRecorder.port1 = Client.gameBuild == 0 ? 43594 : var0.id + 40000; // L: 1558
class171.port2 = Client.gameBuild == 0 ? 443 : var0.id + 50000; // L: 1559
DynamicObject.port3 = MouseRecorder.port1; // L: 1560
MouseRecorder.worldPort = Client.gameBuild == 0 ? 43594 : var0.id + 40000; // L: 1558
class171.js5Port = Client.gameBuild == 0 ? 443 : var0.id + 50000; // L: 1559
DynamicObject.currentPort = MouseRecorder.worldPort; // L: 1560
} // L: 1561
}
}