自鯖情報
104:プロ2008/06/03(火) 09:34:03 ID:6OWp+BWwAAS
最新(REV2167)やとだいぶずれてた…
4300行からコメントアウトです
「failed to reply GameGuard 」で検索かけると以下の箇所しかみつからないから
そこが該当箇所です。

if (client != null && !client.isAuthedGG() && L2PcInstance.this.isOnline() == 1)
{
/* ここからコメント
GmListTable.broadcastMessageToGMs("Client "+client+" \\
failed to reply GameGuard query and is being kicked!");
_log.info("Client "+client+" failed to reply GameGuard query and is being kicked!");
client.close(new LeaveWorld());
ここまで */
}
1-AA