diff options
author | est31 <MTest31@outlook.com> | 2015-04-07 00:11:10 +0200 |
---|---|---|
committer | est31 <MTest31@outlook.com> | 2015-04-07 00:15:15 +0200 |
commit | f81759792e77e681ab9f844c43fa71f2772c03b7 (patch) | |
tree | ee8e1183bbaab9eba66ef7ad9f383351d92ecf6f /src/network | |
parent | 43aab618e52dd26b7d26f05db7df941489917a35 (diff) | |
download | minetest-f81759792e77e681ab9f844c43fa71f2772c03b7.tar.gz minetest-f81759792e77e681ab9f844c43fa71f2772c03b7.tar.bz2 minetest-f81759792e77e681ab9f844c43fa71f2772c03b7.zip |
Make comments consistent with TOSERVER_INIT -> TOSERVER_INIT_LEGACY rename
Diffstat (limited to 'src/network')
-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 3a52ddacd..ba934957d 100644 --- a/src/network/networkprotocol.h +++ b/src/network/networkprotocol.h @@ -616,7 +616,7 @@ enum ToServerCommand /* Sent first after connected. - [0] u16 TOSERVER_INIT + [0] u16 TOSERVER_INIT_LEGACY [2] u8 SER_FMT_VER_HIGHEST_READ [3] u8[20] player_name [23] u8[28] password (new in some version) |