rekterakathom / Overthrow

A dynamic and persistent revolution platform for Arma 3
https://steamcommunity.com/sharedfiles/filedetails/?id=2824471652
GNU General Public License v2.0
14 stars 9 forks source link

Remove single player missions #79

Closed Tuupertunut closed 1 year ago

Tuupertunut commented 1 year ago

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