5zig / The-5zig-API

The official client API of The 5zig Mod.
Apache License 2.0
11 stars 2 forks source link

getServer() bug #23

Closed SuikaWars closed 6 years ago

SuikaWars commented 6 years ago

String getServer(); When join the server right after startup return IP:Port (Example: mc.hypixel.net:25565) but join server 2nd time return IP (Example: mc.hypixel.net)

5zig commented 6 years ago

The getServer() method is just a wrapper method of a minecraft method, and it returns whatever the internal minecraft method returns to it. So this is most likely a Minecraft bug.