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:
parent
0bc34c1c0d
commit
a5c8d5748f
1 changed files with 1 additions and 1 deletions
|
@ -17,6 +17,6 @@ namespace MWWorld
|
|||
{
|
||||
MWBase::Environment::get().getWindowManager() ->messageBox(message, std::vector<std::string>());
|
||||
}
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue