Fixed error in Java AI networking
authorSam Moore <[email protected]>
Fri, 16 Mar 2012 04:06:50 +0000 (12:06 +0800)
committerSam Moore <[email protected]>
Fri, 16 Mar 2012 04:06:50 +0000 (12:06 +0800)
I was using Vector.remove(Object), but I realised that this doesn't compare
references, it calls the "compareTo" method.

See KillUnit

Java AI is still using Buffered IO and so hasn't been tested with the manager
program yet.


No differences found

UCC git Repository :: git.ucc.asn.au