From 5f096be3e5cd1762d4829580cf9763948dc3a1f3 Mon Sep 17 00:00:00 2001 From: Goodlyay Date: Sun, 30 Oct 2022 02:18:47 -0700 Subject: [PATCH] Add EntityTeleportExt as a cpe extension --- src/Protocol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Protocol.c b/src/Protocol.c index 8ef0fc712..e5d0355ab 100644 --- a/src/Protocol.c +++ b/src/Protocol.c @@ -760,7 +760,7 @@ static const char* cpe_clientExtensions[] = { "EnvWeatherType", "MessageTypes", "HackControl", "PlayerClick", "FullCP437", "LongerMessages", "BlockDefinitions", "BlockDefinitionsExt", "BulkBlockUpdate", "TextColors", "EnvMapAspect", "EntityProperty", "ExtEntityPositions", "TwoWayPing", "InventoryOrder", "InstantMOTD", "FastMap", "SetHotbar", - "SetSpawnpoint", "VelocityControl", "CustomParticles", "CustomModels", "PluginMessages", + "SetSpawnpoint", "VelocityControl", "CustomParticles", "CustomModels", "PluginMessages", "EntityTeleportExt", /* NOTE: These must be placed last for when EXTENDED_TEXTURES or EXTENDED_BLOCKS are not defined */ "ExtendedTextures", "ExtendedBlocks" };