Allow scenario saving as editor client

qteditor
Lukas Werling 2016-08-09 18:53:06 +02:00
parent 4fbeead744
commit 4f5ba57170
1 changed files with 0 additions and 4 deletions

View File

@ -153,10 +153,6 @@ bool C4Console::SaveGame(const char * path)
bool C4Console::SaveScenario(const char * path)
{
// Network hosts only
if (::Network.isEnabled() && !::Network.isHost())
{ Message(LoadResStr("IDS_GAME_NOCLIENTSAVE")); return false; }
// Open new scenario file
if (path)
{