1
0
mirror of https://github.com/moparisthebest/minetest synced 2024-08-13 16:53:49 -04:00

Typo fix in networkprotocol.h

InventoryAction is in inventorymanager.h
This commit is contained in:
Ner'zhul 2015-02-19 20:03:22 +01:00
parent 627c747470
commit e357577cb2

View File

@ -661,7 +661,7 @@ enum ToServerCommand
TOSERVER_INVENTORY_ACTION = 0x31,
/*
See InventoryAction in inventory.h
See InventoryAction in inventorymanager.h
*/
TOSERVER_CHAT_MESSAGE = 0x32,