mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-26 16:30:52 +01:00
Merge branch 'color-wheel' into 'dev'
Fix ColorWheel interaction See merge request morningstar/Arcturus-Community!461
This commit is contained in:
commit
fb30ca1100
@ -49,7 +49,7 @@ public class InteractionColorWheel extends HabboItem {
|
|||||||
if (!room.hasRights(client.getHabbo()))
|
if (!room.hasRights(client.getHabbo()))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (this.rollTaks == null) {
|
if (this.rollTaks == null && !this.getExtradata().equalsIgnoreCase("-1")) {
|
||||||
this.setExtradata("-1");
|
this.setExtradata("-1");
|
||||||
room.sendComposer(new WallItemUpdateComposer(this).compose());
|
room.sendComposer(new WallItemUpdateComposer(this).compose());
|
||||||
Emulator.getThreading().run(this);
|
Emulator.getThreading().run(this);
|
||||||
|
Loading…
Reference in New Issue
Block a user