Fixed mission-related messages being logged as errors, connection errors when fetching server lists are shown as message boxes instead of logging into the debug console

This commit is contained in:
Regalis
2017-05-17 19:27:41 +03:00
parent 9c1a76707f
commit 7f96873256
4 changed files with 16 additions and 23 deletions
@@ -1,9 +1,7 @@
using System;
using Lidgren.Network;
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
using Barotrauma.Networking;
using System.IO;
using System.Linq;
using System.Collections.Generic;
using System.Reflection;