Merge branch 'color-wheel' into 'dev'

Fix ColorWheel interaction

See merge request morningstar/Arcturus-Community!461
This commit is contained in:
ArpyAge 2022-01-18 22:21:44 +00:00
commit fb30ca1100

View File

@ -49,7 +49,7 @@ public class InteractionColorWheel extends HabboItem {
if (!room.hasRights(client.getHabbo()))
return;
if (this.rollTaks == null) {
if (this.rollTaks == null && !this.getExtradata().equalsIgnoreCase("-1")) {
this.setExtradata("-1");
room.sendComposer(new WallItemUpdateComposer(this).compose());
Emulator.getThreading().run(this);