mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-15 03:30:53 +01:00
Why would you put an attribute inside an ifdef like that, god.
This commit is contained in:
@@ -4,6 +4,7 @@ using System.IO;
|
||||
using System.Text;
|
||||
using System.Text.Unicode;
|
||||
using System.Timers;
|
||||
using JetBrains.Annotations;
|
||||
using Serilog.Events;
|
||||
using TerraFX.Interop.Windows;
|
||||
|
||||
@@ -84,9 +85,7 @@ namespace Robust.Shared.Log
|
||||
};
|
||||
}
|
||||
|
||||
#if DEBUG
|
||||
[UsedImplicitly]
|
||||
#endif
|
||||
public static void TryDetachFromConsoleWindow()
|
||||
{
|
||||
if (OperatingSystem.IsWindows())
|
||||
|
||||
Reference in New Issue
Block a user