1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-16 00:49:54 +00:00

fix FailedAction.

This commit is contained in:
scrawl 2013-02-16 18:05:25 +01:00
parent 0bc34c1c0d
commit a5c8d5748f

View file

@ -17,6 +17,6 @@ namespace MWWorld
{
MWBase::Environment::get().getWindowManager() ->messageBox(message, std::vector<std::string>());
}
return false;
return true;
}
}