mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-23 07:20:50 +01:00
Merge branch 'patch-fxbox' into 'dev'
fixed fxbox getting state changed twice See merge request morningstar/Arcturus-Community!64
This commit is contained in:
commit
5adf4590b8
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user