mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-22 23:10:52 +01:00
Fixed RoomAds displaying hardcoded arcturus.pw links.
This commit is contained in:
parent
43f4153762
commit
1a11343378
@ -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