[Client] Disallow to load save game via launch options

This commit is contained in:
Koncord 2017-12-09 18:18:08 +08:00
parent d98bb74b80
commit 2726d94d10

View file

@ -787,6 +787,16 @@ void OMW::Engine::go()
End of tes3mp change (major)
*/
/*
Start of tes3mp change (major)
It should not be possible to load the save game in multiplayer, so it has been disabled
*/
mSaveGameFile.clear();
/*
End of tes3mp change (major)
*/
if (!mSaveGameFile.empty())
{
mEnvironment.getStateManager()->loadGame(mSaveGameFile);