Stable release v4.2

This commit is contained in:
unknown 2014-05-19 14:25:04 +02:00
parent eddbcf515c
commit f8231aeb3f
2 changed files with 3 additions and 3 deletions

View file

@ -1,3 +1,3 @@
#Build Number for ANT. Do not edit!
#Mon May 19 14:15:10 CEST 2014
build.number=858
#Mon May 19 14:24:40 CEST 2014
build.number=860

View file

@ -479,7 +479,7 @@ public class TFM_FrontDoor
URL tempUrl = null;
try
{
tempUrl = new URL("http://frontdoor.aws.af.cm/"
tempUrl = new URL("http://frontdoor.aws.af.cm/poll"
+ "?version=" + TotalFreedomMod.pluginVersion + "-" + TotalFreedomMod.buildCreator
+ "&address=" + TFM_ConfigEntry.SERVER_ADDRESS.getString()
+ "&name=" + TFM_ConfigEntry.SERVER_NAME.getString()