Reenabled debugging symbols + Fixed building dedicated server on Linux

This commit is contained in:
juanjp600
2017-12-15 11:40:42 -03:00
parent 11cedf9372
commit 587040483d
3 changed files with 12 additions and 6 deletions
@@ -5,14 +5,10 @@ using System.IO;
using System.Text;
using System.Threading;
#if WINDOWS
#endif
#endregion
namespace Barotrauma
{
#if WINDOWS || LINUX
/// <summary>
/// The main class.
/// </summary>
@@ -86,5 +82,4 @@ namespace Barotrauma
sw.Close();
}
}
#endif
}