Updated Gradle to 8.3 and made Geyser work with latest Floodgate

This commit is contained in:
Tim203 2023-09-30 19:41:35 +02:00
parent a4ee73d1ef
commit a894ce9824
No known key found for this signature in database
52 changed files with 206 additions and 1656 deletions

View file

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