mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-23 15:20:52 +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
|
@Override
|
||||||
public void onClick(GameClient client, Room room, Object[] objects) throws Exception {
|
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 (client != null && this.getUserId() == client.getHabbo().getHabboInfo().getId()) {
|
||||||
if(this.getExtradata().equals("1"))
|
if(this.getExtradata().equals("1"))
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user