summaryrefslogtreecommitdiff
path: root/src/client.cpp
diff options
context:
space:
mode:
authorest31 <MTest31@outlook.com>2015-04-07 00:11:10 +0200
committerest31 <MTest31@outlook.com>2015-04-07 00:15:15 +0200
commitf81759792e77e681ab9f844c43fa71f2772c03b7 (patch)
treeee8e1183bbaab9eba66ef7ad9f383351d92ecf6f /src/client.cpp
parent43aab618e52dd26b7d26f05db7df941489917a35 (diff)
downloadminetest-f81759792e77e681ab9f844c43fa71f2772c03b7.tar.gz
minetest-f81759792e77e681ab9f844c43fa71f2772c03b7.tar.bz2
minetest-f81759792e77e681ab9f844c43fa71f2772c03b7.zip
Make comments consistent with TOSERVER_INIT -> TOSERVER_INIT_LEGACY rename
Diffstat (limited to 'src/client.cpp')
-rw-r--r--src/client.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client.cpp b/src/client.cpp
index a0740a1e8..8a018de28 100644
--- a/src/client.cpp
+++ b/src/client.cpp
@@ -391,8 +391,8 @@ void Client::step(float dtime)
Player *myplayer = m_env.getLocalPlayer();
FATAL_ERROR_IF(myplayer == NULL, "Local player not found in environment.");
- // Send TOSERVER_INIT
- // [0] u16 TOSERVER_INIT
+ // Send TOSERVER_INIT_LEGACY
+ // [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)