mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-22 23:10:52 +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()))
|
||||
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);
|
||||
|
Loading…
Reference in New Issue
Block a user