mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 06:55:54 -04:00
Added else statement
Its still dodgy though
This commit is contained in:
parent
7d5dab214c
commit
78f76842a6
@ -976,6 +976,8 @@ namespace MWMechanics
|
|||||||
|
|
||||||
if (!detected)
|
if (!detected)
|
||||||
MWBase::Environment::get().getWindowManager()->setSneakVisibility(true);
|
MWBase::Environment::get().getWindowManager()->setSneakVisibility(true);
|
||||||
|
else
|
||||||
|
MWBase::Environment::get().getWindowManager()->setSneakVisibility(false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user