mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix printing SER_FMT_VER_HIGHEST_READ in main.cpp
This commit is contained in:
parent
94dd3da2aa
commit
5f06885ffa
1 changed files with 2 additions and 3 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue