diff --git a/scripts/_00e_playerhousingenablebuilmodeoe.pex b/scripts/_00e_playerhousingenablebuilmodeoe.pex index 057d2534..f68337e5 100644 Binary files a/scripts/_00e_playerhousingenablebuilmodeoe.pex and b/scripts/_00e_playerhousingenablebuilmodeoe.pex differ diff --git a/source/scripts/_00e_playerhousingenablebuilmodeoe.psc b/source/scripts/_00e_playerhousingenablebuilmodeoe.psc index bf97f94f..8bfb60aa 100644 --- a/source/scripts/_00e_playerhousingenablebuilmodeoe.psc +++ b/source/scripts/_00e_playerhousingenablebuilmodeoe.psc @@ -5,8 +5,10 @@ _00E_PlayerhousingMaster Property master auto GlobalVariable Property _00E_NQ24_PlayerHouseOwned Auto Event OnTriggerEnter(ObjectReference akActionRef) - if akActionRef == Game.GetForm(0x14) && SKSE.GetVersion() - master.enableBuildmode() + if akActionRef == Game.GetForm(0x14) + if SKSE.GetVersion() + master.enableBuildmode() + endif if _00E_NQ24_PlayerHouseOwned.GetValueInt() == 0 _00E_NQ24_PlayerHouseOwned.SetValueInt(1) endif