mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-23 15:20:52 +01:00
Removed unnecessary NuxAlertComposer from InteractionInformationTerminal. Client side does it.
This commit is contained in:
parent
0c05af80c2
commit
3c9a81d064
@ -30,15 +30,6 @@ public class InteractionInformationTerminal extends InteractionCustomValues
|
||||
super(id, userId, item, extradata, limitedStack, limitedSells, defaultValues);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onClick(GameClient client, Room room, Object[] objects) throws Exception {
|
||||
super.onClick(client, room, objects);
|
||||
|
||||
if(this.values.containsKey("internalLink")) {
|
||||
client.sendResponse(new NuxAlertComposer(this.values.get("internalLink")));
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onWalk(RoomUnit roomUnit, Room room, Object[] objects) throws Exception {
|
||||
super.onWalk(roomUnit, room, objects);
|
||||
|
Loading…
Reference in New Issue
Block a user