Remove pragma disable null warning

master
D4VID 7 months ago
parent b4a8ea7b24
commit 0129f45370

@ -9,8 +9,6 @@ using LogicWorld.Outlines;
using LogicWorld.Physics;
using LogicWorld.Players;
#pragma warning disable CS8073 // The result of the expression is always the same since a value of this type is never equal to 'null'
namespace CriticalPathAnalyzer.Client.Tool {
public class CriticalPathAnalyzerTool {
private static ILogicLogger _logger;

Loading…
Cancel
Save