diff options
author | Ner'zhul <nerzhul@users.noreply.github.com> | 2015-02-19 20:03:22 +0100 |
---|---|---|
committer | Ner'zhul <nerzhul@users.noreply.github.com> | 2015-02-19 20:03:22 +0100 |
commit | e357577cb2c18fe29610ed406e01d8d1fda6bb89 (patch) | |
tree | a2e28e265487a370a02f55ed3282320569778025 /src | |
parent | 627c747470f80847df0e5a3eaf201d339b5339bb (diff) | |
download | minetest-e357577cb2c18fe29610ed406e01d8d1fda6bb89.tar.gz minetest-e357577cb2c18fe29610ed406e01d8d1fda6bb89.tar.bz2 minetest-e357577cb2c18fe29610ed406e01d8d1fda6bb89.zip |
Typo fix in networkprotocol.h
InventoryAction is in inventorymanager.h
Diffstat (limited to 'src')
-rw-r--r-- | src/network/networkprotocol.h | 2 |
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, |