Fixed RoomAds displaying hardcoded arcturus.pw links.

This commit is contained in:
KrewsOrg 2019-05-09 02:19:24 +01:00
parent 43f4153762
commit 1a11343378
2 changed files with 3 additions and 3 deletions

View File

@ -44,7 +44,7 @@ public class AboutCommand extends Command
message += "\r" +
"<b>Thanks for using Arcturus. Report issues on the forums. http://arcturus.pw \r\r" +
"<b>Thanks for using Arcturus. Report issues on the forums. http://arcturus.wf \r\r" +
" - The General";
gameClient.getHabbo().alert(message);

View File

@ -13,9 +13,9 @@ public class InteractionRoomAds extends InteractionCustomValues
public final static THashMap<String, String> defaultValues = new THashMap<String, String>()
{
{
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");}
{