mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-10-01 09:00:58 -04:00
fix for issue #179
This commit is contained in:
parent
dbbf50a184
commit
af875896ad
@ -411,6 +411,9 @@ void OMW::Engine::go()
|
||||
|
||||
void OMW::Engine::activate()
|
||||
{
|
||||
if (mEnvironment.mWindowManager->getMode()!=MWGui::GM_Game)
|
||||
return;
|
||||
|
||||
std::string handle = mEnvironment.mWorld->getFacedHandle();
|
||||
|
||||
if (handle.empty())
|
||||
|
Loading…
x
Reference in New Issue
Block a user