Page 1 of 1

Linux server kick solution

Posted: Sun Jul 03, 2005 2:06 pm
by j0n3s
Just found (and want to drop it here):

For fixing a Linux server that is kicking every player after each round:

edit <BF2 dir>/python/bf2/stats/endofround.py

change
"host.gl_sendEndOfRoundData(dataString)"
to
#"host.gl_sendEndOfRoundData(dataString)"

you won't receive any stats at the end of the round but instead you won't be kicked anymore....

... have not tested it yet