[ClientApplication] Small fix related to -m/--multiplayer.
This commit is contained in:
parent
b0ffedd44b
commit
63c3313e32
@ -75,7 +75,7 @@ void ClientApplication::init() {
|
||||
auto &titleScreen = m_stateStack.push<TitleScreenState>(m_port);
|
||||
if (m_argumentParser.getArgument("singleplayer").isFound)
|
||||
titleScreen.startSingleplayer(false);
|
||||
else
|
||||
else if (m_argumentParser.getArgument("multiplayer").isFound)
|
||||
titleScreen.startMultiplayer(m_host);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user