mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Proof-of-concept for Geyser-Floodgate merge
This commit is contained in:
parent
592b48dbf5
commit
1c49036e3a
40 changed files with 545 additions and 726 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue