mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2025-01-31 12:22:36 +01:00
Furniture Redeemed Event point type fix
This commit is contained in:
parent
d1f18a2154
commit
a72ebee603
@ -4,17 +4,13 @@ import com.eu.habbo.habbohotel.users.Habbo;
|
|||||||
import com.eu.habbo.habbohotel.users.HabboItem;
|
import com.eu.habbo.habbohotel.users.HabboItem;
|
||||||
|
|
||||||
public class FurnitureRedeemedEvent extends FurnitureUserEvent {
|
public class FurnitureRedeemedEvent extends FurnitureUserEvent {
|
||||||
public static final int CREDITS = 0;
|
public static final int CREDITS = -1;
|
||||||
public static final int PIXELS = 1;
|
public static final int PIXELS = 0;
|
||||||
public static final int DIAMONDS = 5;
|
public static final int DIAMONDS = 5;
|
||||||
|
|
||||||
|
|
||||||
public final int amount;
|
public final int amount;
|
||||||
|
|
||||||
|
|
||||||
public final int currencyID;
|
public final int currencyID;
|
||||||
|
|
||||||
|
|
||||||
public FurnitureRedeemedEvent(HabboItem furniture, Habbo habbo, int amount, int currencyID) {
|
public FurnitureRedeemedEvent(HabboItem furniture, Habbo habbo, int amount, int currencyID) {
|
||||||
super(furniture, habbo);
|
super(furniture, habbo);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user