forked from mirror/openmw-tes3mp
[Client] Disallow to load save game via launch options
This commit is contained in:
parent
d98bb74b80
commit
2726d94d10
1 changed files with 10 additions and 0 deletions
|
@ -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…
Reference in a new issue