Revision: 9378
http://armagetronad.svn.sourceforge.net/armagetronad/?rev=9378&view=rev
Author: wrtlprnft
Date: 2010-03-01 23:25:11 +0000 (Mon, 01 Mar 2010)
Log Message:
-----------
Getting the server info should work now even with new clients
Newer servers seem to require a client ID even for the big server info request (even though the requester isn't a client yet).
Modified Paths:
--------------
tools/php-client/trunk/armagetron-php-client.php
Modified: tools/php-client/trunk/armagetron-php-client.php
===================================================================
--- tools/php-client/trunk/armagetron-php-client.php 2010-02-22 19:39:56 UTC (rev 9377)
+++ tools/php-client/trunk/armagetron-php-client.php 2010-03-01 23:25:11 UTC (rev 9378)
@@ -9,7 +9,7 @@
var $buf;
var $bufpos;
- static $clientid = false;
+ static $clientid = 0;
static $debug = false;
static $receivedids = array();
static $mid = 1;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|