mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-22 15:00:52 +01:00
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:
commit
071d0f94c0
@ -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);
|
||||
|
@ -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");}
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user