diff --git a/data/pc/26.1/protocol.json b/data/pc/26.1/protocol.json index dc7aeb844..176a8c125 100644 --- a/data/pc/26.1/protocol.json +++ b/data/pc/26.1/protocol.json @@ -10645,17 +10645,7 @@ [ { "name": "actionId", - "type": [ - "mapper", - { - "type": "varint", - "mappings": { - "0": "perform_respawn", - "1": "request_stats", - "2": "request_gamerule_values" - } - } - ] + "type": "varint" } ] ], diff --git a/data/pc/latest/proto.yml b/data/pc/latest/proto.yml index 79e100ea2..af8d62162 100644 --- a/data/pc/latest/proto.yml +++ b/data/pc/latest/proto.yml @@ -3478,10 +3478,7 @@ chunksPerTick: f32 # MC: ServerboundClientCommandPacket packet_client_command: - actionId: varint => - - perform_respawn - - request_stats - - request_gamerule_values + actionId: varint # MC: ServerboundClientTickEndPacket packet_tick_end: # Empty