This PR, when accepted, completely removes the single player Overthrow missions. Players can still play solo by hosting a LAN server. The SP missions were not up-to-date anyway, and already told the player that they should run a LAN server instead.
The big Overthrow button in the main menu now leads to hosting a LAN server.
All instances of isMultiplayer have been removed from the code, as we can now assume it is always running in multiplayer.
This PR, when accepted, completely removes the single player Overthrow missions. Players can still play solo by hosting a LAN server. The SP missions were not up-to-date anyway, and already told the player that they should run a LAN server instead.
The big Overthrow button in the main menu now leads to hosting a LAN server.
All instances of
isMultiplayer
have been removed from the code, as we can now assume it is always running in multiplayer.Closes #44