mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
rolling back ping to DraftAI (removed ocasionally @10146)
This commit is contained in:
@@ -78,12 +78,12 @@ public class FModel {
|
|||||||
Constant.Runtime.UpldDrft[0] = preferences.uploadDraftAI;
|
Constant.Runtime.UpldDrft[0] = preferences.uploadDraftAI;
|
||||||
Constant.Runtime.RndCFoil[0] = preferences.randCFoil;
|
Constant.Runtime.RndCFoil[0] = preferences.randCFoil;
|
||||||
|
|
||||||
/* final HttpUtil pinger = new HttpUtil();
|
final HttpUtil pinger = new HttpUtil();
|
||||||
if (pinger.getURL("http://cardforge.org/draftAI/ping.php").equals("pong")) {
|
if (pinger.getURL("http://cardforge.org/draftAI/ping.php").equals("pong")) {
|
||||||
Constant.Runtime.NetConn[0] = true;
|
Constant.Runtime.NetConn[0] = true;
|
||||||
} else {*/
|
} else {
|
||||||
Constant.Runtime.UpldDrft[0] = false;
|
Constant.Runtime.UpldDrft[0] = false;
|
||||||
// }
|
}
|
||||||
|
|
||||||
setBuildInfo(new BuildInfo());
|
setBuildInfo(new BuildInfo());
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user