mirror of
https://github.com/SpigotMC/BungeeCord.git
synced 2026-06-22 06:30:38 +00:00
Use same initial ping as Minecraft - 1000
This commit is contained in:
@@ -49,7 +49,7 @@ public class UserConnection extends GenericConnection implements ProxiedPlayer
|
||||
private int trackingPingId;
|
||||
private long pingTime;
|
||||
@Getter
|
||||
private int ping;
|
||||
private int ping = 1000;
|
||||
// Permissions
|
||||
private final Collection<String> groups = new HashSet<>();
|
||||
private final Map<String, Boolean> permissions = new HashMap<>();
|
||||
|
||||
Reference in New Issue
Block a user