Fix error not printed to console when no name is provided
authorJuozas <juozaspo@gmail.com>
Wed, 9 Aug 2017 01:04:06 +0000 (04:04 +0300)
committerrubenwardy <rubenwardy@gmail.com>
Wed, 9 Aug 2017 01:04:06 +0000 (02:04 +0100)
commit837328fbacd5fe95795d4b645a819618dae951f3
tree6b813b2ba54cccf5dfdc96ee734bc45092be4f46
parentb9ab51dd81bb15fb4d718ab0b3c6e06d0cab5141
Fix error not printed to console when no name is provided

When minetest is launched, if there was no nameprovided in
configuration or parameters, the game would not show any error in
console. if the --go parameter was also prowided, the game would
exit without an error. This is undesired behavior, so this merged
commit add the missing function that displays the missing error
message in console.
src/client/clientlauncher.cpp