3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-07-10 23:38:06 +02:00

Update world border in constructor

Prevents us from thinking the player is in the border before we get the packet.
Dieser Commit ist enthalten in:
Camotoy 2021-09-10 15:03:43 -04:00
Ursprung 9136e4b591
Commit f32e4725b8
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 7EEFB66FE798081F

Datei anzeigen

@ -108,6 +108,8 @@ public class WorldBorder {
public WorldBorder(GeyserSession session) {
this.session = session;
// Initialize all min/max/warning variables
update();
}
/**