FrozenSand / ioq3-for-UrbanTerror-4

The officially supported ioquake3 engine by the Frozen Sand Development Team for the game Urban Terror 4.x
http://www.urbanterror.info
GNU General Public License v2.0
148 stars 65 forks source link

Made the reconnect command work across a client restart #40

Closed anthonynguyen closed 10 years ago

anthonynguyen commented 10 years ago

This commit stores the last resolved server address in a read-only cvar so that the client can use the cvar address to reconnect rather than using an address stored in memory to reconnect.

Barbatos commented 10 years ago

I don't know if this is going to be used a lot but it's worth a try. :) Thank you for your contribution.