From 153fa8f77c250493f7a86c2dbea72d063be0b1e1 Mon Sep 17 00:00:00 2001 From: Astrologies Date: Sat, 18 Dec 2021 03:38:47 -0500 Subject: [PATCH] ClientPing.ashx to ClientPing.php --- html/Game/Join.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/Game/Join.php b/html/Game/Join.php index dc37d0f..ef9a9ce 100644 --- a/html/Game/Join.php +++ b/html/Game/Join.php @@ -66,7 +66,7 @@ if ($_SERVER['HTTP_USER_AGENT'] == $GLOBALS['clientUserAgent']) //user agent res "ClientPort" => 0, "MachineAddress" => $serverInfo->ip, "ServerPort" => $serverInfo->port, - "PingUrl" => $url . "/Game/ClientPing.ashx?UserID=" . $userid . "&PlaceID=" . $placeid, + "PingUrl" => $url . "/Game/ClientPing?UserID=" . $userid . "&PlaceID=" . $placeid, "PingInterval" => 45, "UserName" => $username, "SeleniumTestMode" => false, //always false, dont need this