mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-12 16:15:20 +02:00
Fix printing SER_FMT_VER_HIGHEST_READ in main.cpp
This commit is contained in:
@@ -736,9 +736,8 @@ static void uninit_common()
|
|||||||
static void startup_message()
|
static void startup_message()
|
||||||
{
|
{
|
||||||
print_version(infostream);
|
print_version(infostream);
|
||||||
infostream << "SER_FMT_VER_HIGHEST_READ=" <<
|
infostream << "SER_FMT_VER_HIGHEST_READ=" << (int)SER_FMT_VER_HIGHEST_READ
|
||||||
TOSTRING(SER_FMT_VER_HIGHEST_READ) <<
|
<< " LATEST_PROTOCOL_VERSION=" << (int)LATEST_PROTOCOL_VERSION
|
||||||
" LATEST_PROTOCOL_VERSION=" << LATEST_PROTOCOL_VERSION
|
|
||||||
<< std::endl;
|
<< std::endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user