orendain / DemeoMods

Mods for the game of Demeo, as well as the Demeo modding framework, HouseRules.
MIT License
42 stars 11 forks source link

Fix privacy toggle not capturing updated PCVR field. #514

Closed orendain closed 1 year ago

orendain commented 1 year ago

Fixes privacy toggle not capturing updated PCVR field.

The field must have been updated in Demeo at some point, as the current hook cannot be found.

Additionally, moved the methods to later in the file so that they are in order according to how they appear in the top Patch() method.