[Client] Disallow to load save game via launch options

sol2-server-rewrite
Koncord 7 years ago
parent d98bb74b80
commit 2726d94d10

@ -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);

Loading…
Cancel
Save