Merge branch '52-arcturus-pw-hardcoded-links' into 'master'

Resolve "Arcturus.pw hardcoded links"

Closes #52

See merge request morningstar/Arcturus-Community!14
This commit is contained in:
Harmonic 2019-05-08 21:19:36 -04:00
commit 071d0f94c0
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");}
{