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

Remove todo

This commit is contained in:
MiroslavR 2015-02-07 18:39:05 +01:00
parent 1230cf49bf
commit 9bbe6f8c5e

View file

@ -1007,7 +1007,6 @@ namespace MWScript
virtual void execute (Interpreter::Runtime &runtime)
{
/// \todo implement jail check
runtime.push (MWBase::Environment::get().getWindowManager()->getMode() == MWGui::GM_Jail);
}
};