Yukkuricraft / YukkuricraftBugReports

Bug reports
1 stars 0 forks source link

Can't open active furnaces while vanished #57

Open CirnoTheGenius opened 7 years ago

CirnoTheGenius commented 7 years ago

Submitter: Teshno As far as my testing has gone, mediators cannot open any active furnace while vanished, active referring to the furnace cooking/smelting something. Phantom tried in survival and I tested both locked and unlocked in Survival and unlocked in Creative Flats but was unable to open any active furnace while vanished.

Katrix commented 7 years ago

Problem is a switch that doesn't account for a burning furnace. See here https://github.com/mbax/VanishNoPacket/blob/master/src/main/java/org/kitteh/vanish/listeners/ListenPlayerOther.java#L96

AFAIK the dev isn't too active with Bukkit anymore. I'll fork in and add a simple fix. Should be simple enough.