]> icculus.org git repositories - divverent/darkplaces.git/commit
fixed bug that caused SV_SpawnServer to fail to send reconnect commands to clients...
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 10 Mar 2006 05:21:43 +0000 (05:21 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 10 Mar 2006 05:21:43 +0000 (05:21 +0000)
commit101428297ef12c685e224e9b6a9d521c2c9ca039
tree034edae385b48d71f75c0a63107614bf4c954b99
parent2f88e9c8ceb324563ef7e1d99de76f366e0a4ae9
fixed bug that caused SV_SpawnServer to fail to send reconnect commands to clients (it was using sv.reliable_datagram which is immediately cleared and thus not sent)

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6089 d7cf8633-e32d-0410-b094-e92efae38249
sv_main.c