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");} {