Merge branch 'patch-fxbox' into 'dev'

fixed fxbox getting state changed twice

See merge request morningstar/Arcturus-Community!64
This commit is contained in:
Harmonic 2020-01-16 10:15:22 -05:00
commit 5adf4590b8

View File

@ -27,8 +27,6 @@ public class InteractionFXBox extends InteractionDefault {
@Override
public void onClick(GameClient client, Room room, Object[] objects) throws Exception {
super.onClick(client, room, objects);
if (client != null && this.getUserId() == client.getHabbo().getHabboInfo().getId()) {
if(this.getExtradata().equals("1"))
return;