mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-12 16:15:20 +02:00
Fix typo in the info printed by --version
This commit is contained in:
@@ -345,7 +345,7 @@ static void print_allowed_options(const OptionList &allowed_options)
|
||||
static void print_version()
|
||||
{
|
||||
std::cout << PROJECT_NAME_C " " << g_version_hash
|
||||
<< "(" << porting::getPlatformName() << ") " << std::endl;
|
||||
<< " (" << porting::getPlatformName() << ")" << std::endl;
|
||||
#ifndef SERVER
|
||||
std::cout << "Using Irrlicht " << IRRLICHT_SDK_VERSION << std::endl;
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user