Wrong if statement on item redeem

Issue #95 resolved
Ícaro created an issue

On com.eu.habbo.plugin.events.furniture.RedeemItemEvent.java

line 85 should be

else if (item.getBaseItem().getName().startsWith("DF_"))

not

else if (item.getBaseItem().getName().startsWith("PF_"))

Comments (2)

  1. Log in to comment