summaryrefslogtreecommitdiff
path: root/src/network/networkprotocol.h
diff options
context:
space:
mode:
authorNer'zhul <nerzhul@users.noreply.github.com>2015-02-19 20:03:22 +0100
committerNer'zhul <nerzhul@users.noreply.github.com>2015-02-19 20:03:22 +0100
commite357577cb2c18fe29610ed406e01d8d1fda6bb89 (patch)
treea2e28e265487a370a02f55ed3282320569778025 /src/network/networkprotocol.h
parent627c747470f80847df0e5a3eaf201d339b5339bb (diff)
downloadminetest-e357577cb2c18fe29610ed406e01d8d1fda6bb89.tar.gz
minetest-e357577cb2c18fe29610ed406e01d8d1fda6bb89.tar.bz2
minetest-e357577cb2c18fe29610ed406e01d8d1fda6bb89.zip
Typo fix in networkprotocol.h
InventoryAction is in inventorymanager.h
Diffstat (limited to 'src/network/networkprotocol.h')
-rw-r--r--src/network/networkprotocol.h2
1 files changed, 1 insertions, 1 deletions
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,