From: Ner'zhul Date: Thu, 19 Feb 2015 19:03:22 +0000 (+0100) Subject: Typo fix in networkprotocol.h X-Git-Tag: 0.4.13~584 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e357577cb2c18fe29610ed406e01d8d1fda6bb89;p=oweals%2Fminetest.git Typo fix in networkprotocol.h InventoryAction is in inventorymanager.h --- diff --git a/src/network/networkprotocol.h b/src/network/networkprotocol.h index c774c02e2..425f61fda 100644 --- a/src/network/networkprotocol.h +++ b/src/network/networkprotocol.h @@ -661,7 +661,7 @@ enum ToServerCommand TOSERVER_INVENTORY_ACTION = 0x31, /* - See InventoryAction in inventory.h + See InventoryAction in inventorymanager.h */ TOSERVER_CHAT_MESSAGE = 0x32,