From 1a113433785ef69fc7e108f836b8e2295ec6480d Mon Sep 17 00:00:00 2001 From: KrewsOrg Date: Thu, 9 May 2019 02:19:24 +0100 Subject: [PATCH] Fixed RoomAds displaying hardcoded arcturus.pw links. --- .../java/com/eu/habbo/habbohotel/commands/AboutCommand.java | 2 +- .../habbohotel/items/interactions/InteractionRoomAds.java | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/com/eu/habbo/habbohotel/commands/AboutCommand.java b/src/main/java/com/eu/habbo/habbohotel/commands/AboutCommand.java index b8ab2b7e..9472cf82 100644 --- a/src/main/java/com/eu/habbo/habbohotel/commands/AboutCommand.java +++ b/src/main/java/com/eu/habbo/habbohotel/commands/AboutCommand.java @@ -44,7 +44,7 @@ public class AboutCommand extends Command message += "\r" + - "Thanks for using Arcturus. Report issues on the forums. http://arcturus.pw \r\r" + + "Thanks for using Arcturus. Report issues on the forums. http://arcturus.wf \r\r" + " - The General"; gameClient.getHabbo().alert(message); diff --git a/src/main/java/com/eu/habbo/habbohotel/items/interactions/InteractionRoomAds.java b/src/main/java/com/eu/habbo/habbohotel/items/interactions/InteractionRoomAds.java index a30a6683..7b92b6dd 100644 --- a/src/main/java/com/eu/habbo/habbohotel/items/interactions/InteractionRoomAds.java +++ b/src/main/java/com/eu/habbo/habbohotel/items/interactions/InteractionRoomAds.java @@ -13,9 +13,9 @@ public class InteractionRoomAds extends InteractionCustomValues public final static THashMap defaultValues = new THashMap() { { - this.put("imageUrl", "http://arcturus.pw/ads_background.png");} + this.put("imageUrl", "");} { - this.put("clickUrl", "http://arcturus.pw");} + this.put("clickUrl", "");} { this.put("offsetX", "0");} {