Missing null check in OnChat.

Added exception handler to command runner so it wont get swallowed by terraria
This commit is contained in:
high 2011-06-30 12:41:12 -04:00
parent 527d9bb203
commit c52e8cbf5d
3 changed files with 24 additions and 7 deletions

View file

@ -35,5 +35,5 @@ using System.Runtime.InteropServices;
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.3.0.0629")]
[assembly: AssemblyFileVersion("2.3.0.0629")]
[assembly: AssemblyVersion("2.3.0.0630")]
[assembly: AssemblyFileVersion("2.3.0.0630")]