Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-11-08 17:20:24 +01:00
Schedule send client information
Dieser Commit ist enthalten in:
Ursprung
0b93af88a3
Commit
cabb95a3a4
@ -166,7 +166,7 @@ public class ConfigurationState implements StorableObject {
|
||||
settingsPacket.write(Type.VAR_INT, clientInformation.mainHand);
|
||||
settingsPacket.write(Type.BOOLEAN, clientInformation.textFiltering);
|
||||
settingsPacket.write(Type.BOOLEAN, clientInformation.allowListing);
|
||||
settingsPacket.sendToServer(Protocol1_20_2To1_20.class);
|
||||
settingsPacket.scheduleSendToServer(Protocol1_20_2To1_20.class);
|
||||
}
|
||||
|
||||
public static final class QueuedPacket {
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren