[GS] 1.0.0.290 - Deactivated mods activate when update occurs

mcshame

Warlord
Joined
May 15, 2016
Messages
119
Just as the description says. When you have a deactivated mod in the list and it receives an update, it automatically activate on boot up. I notices this as I have deactivated mods due to not working on GS and surprised to see them activated automatically when an update occurred.
 
that's the intended behavior if the mod has not been set with
Code:
        <EnabledByDefault>0</EnabledByDefault>
        <EnabledAtStartup>0</EnabledAtStartup>

The real issue is that the default value for those is "1"
 
Top Bottom