mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58: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.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")) {
|
||||
Constant.Runtime.NetConn[0] = true;
|
||||
} else {*/
|
||||
} else {
|
||||
Constant.Runtime.UpldDrft[0] = false;
|
||||
// }
|
||||
}
|
||||
|
||||
setBuildInfo(new BuildInfo());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user