Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-12-26 08:10:09 +01:00
Update OutgoingTransformer.java
Dieser Commit ist enthalten in:
Ursprung
b66ea090c2
Commit
db7daaa6ca
@ -71,7 +71,6 @@ public class OutgoingTransformer {
|
|||||||
PacketUtil.writeString(newname, output);
|
PacketUtil.writeString(newname, output);
|
||||||
PacketUtil.writeVarInt(catid, output);
|
PacketUtil.writeVarInt(catid, output);
|
||||||
output.writeBytes(input);
|
output.writeBytes(input);
|
||||||
System.out.println(name + " : " + newname + " : " + catid + (effect != null ? effect.name() : ""));
|
|
||||||
}
|
}
|
||||||
if (packet == PacketType.PLAY_ATTACH_ENTITY) {
|
if (packet == PacketType.PLAY_ATTACH_ENTITY) {
|
||||||
int id = input.readInt();
|
int id = input.readInt();
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren