mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-11 05:20:14 -04:00
Only reset settings when there is no game, not on game end / player death
This commit is contained in:
parent
72136e7e92
commit
891f3583fe
@ -502,7 +502,7 @@ return {
|
|||||||
if menu.getState() == menu.STATE.Running then
|
if menu.getState() == menu.STATE.Running then
|
||||||
updatePlayerGroups()
|
updatePlayerGroups()
|
||||||
updateGlobalGroups()
|
updateGlobalGroups()
|
||||||
else
|
elseif menu.getState() == menu.STATE.NoGame then
|
||||||
resetPlayerGroups()
|
resetPlayerGroups()
|
||||||
end
|
end
|
||||||
end,
|
end,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user