mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-23 07:20:50 +01:00
Fix ColorWheel interaction
This commit is contained in:
parent
211531afcd
commit
f126115c3d
@ -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