Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-12-24 15:20:25 +01: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:
Ursprung
9136e4b591
Commit
f32e4725b8
@ -108,6 +108,8 @@ public class WorldBorder {
|
||||
|
||||
public WorldBorder(GeyserSession session) {
|
||||
this.session = session;
|
||||
// Initialize all min/max/warning variables
|
||||
update();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren