This commit is contained in:
parent
9033151006
commit
dd97d5ec4e
9 changed files with 19 additions and 34 deletions
|
@ -1,5 +1,4 @@
|
|||
using System;
|
||||
using Exceptionless;
|
||||
using Microsoft.Xna.Framework;
|
||||
|
||||
namespace Sledgemapper
|
||||
|
@ -28,7 +27,7 @@ namespace Sledgemapper
|
|||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
ExceptionlessClient.Default.SubmitException(ex);
|
||||
//ExceptionlessClient.Default.SubmitException(ex);
|
||||
MachineName = "n/a";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue