Total RP 3: Extended

Total RP 3: Extended

903k Downloads

Inspection frame is broken

Solanya opened this issue ยท 0 comments

commented

With the switch from 8.1.5 to 8.2, Model_Reset was moved to ModelFrameMixin and renamed ResetModel. The inventory page model inherits from ModelWithControlsTemplate, which seems to inherit from this mixin, but the inspection model is a PlayerModel without other inheritance and does not have this mixin applied, so we need to apply it to be able to call the function.