This is only a four day bump, so don't yell at me.
Just wanted to mention it breaks leaving the game...
function GameConnection::onClientLeaveGame(%this)
{
%type = "D";
//Date, connect/disconnect, name, BL ID
writeToFileLine($LOGWrite::ConnectionPath, addTime() TAB %type TAB %this.name TAB %this.bl_id);
parent::onClientEnterGame(%this,%name,%a,%b,%c,%d,%e);
}
Kalphiter, I shouldn't even have to tell you what's wrong with that.