Show lobby screen on interactive server in LAN mode.
This commit is contained in:
parent
4101d72d90
commit
10bb5caae3
@ -148,7 +148,7 @@ void CreateServerScreen::onUpdate(float delta)
|
||||
|
||||
// Otherwise wait till we get an answer from the server:
|
||||
// -----------------------------------------------------
|
||||
if(!STKHost::get()->isRegistered())
|
||||
if(!STKHost::get()->isRegistered() && !NetworkConfig::get()->isLAN())
|
||||
{
|
||||
m_info_widget->setDefaultColor();
|
||||
m_info_widget->setText(StringUtils::loadingDots(_("Creating server")),
|
||||
|
Loading…
Reference in New Issue
Block a user