Client/Server Crashing Preventative Script
Here is a patch to address a rare crashing bug. I'm not going to go into detail about the specifics of it, but here is a patch that appears to entirely negate it. Both clients and servers should stick the cmdArmor.cs file in their GameData/base/scripts/autoexec folders.
cmdArmor.cs
968B
Comments
That server end code was pulled right out of my Classic install. The client end code in there is talking about calling messageBoxOK immediately after disconnecting. The game doesn't like it if you call messageBoxOK much earlier than 700ms after calling disconnect().