Proof-of-concept for Geyser-Floodgate merge

This commit is contained in:
Camotoy 2022-11-06 21:32:55 -05:00
parent 592b48dbf5
commit 1c49036e3a
No known key found for this signature in database
GPG key ID: 7EEFB66FE798081F
40 changed files with 545 additions and 726 deletions

View file

@ -310,7 +310,7 @@ public class GeyserStandaloneGUI {
for (GeyserSession player : GeyserImpl.getInstance().getSessionManager().getSessions().values()) {
Vector<String> row = new Vector<>();
row.add(player.getSocketAddress().getHostName());
row.add(player.socketAddress().getHostName());
row.add(player.getPlayerEntity().getUsername());
playerTableModel.addRow(row);