#Support rrsweat
1 messages · Page 1 of 1 (latest)
Skyblocker's AuctionViewScreen does not implement Skytils' AccessorGuiContainer which raises this error
AccessorGuiContainer requires a HandledScreen, and AuctionViewScreen extends AbstractCustomHypixelGUI<AuctionHouseScreenHandler> and AbstractCustomHypixelGUI<T extends ScreenHandler> extends HandledScreen<T> so AuctionViewScreen supports AccessorGuiContainer, but does not implement it.
Does this make it a skyblocker issue? Would they have to make it implement if skytils is present?
If so, that will only fix this one specific occurrence. If anything similar occurs, it will break again.
This isn’t a skyblocker bug as this is a Skytils interface/mixin