fix(core): Fixes nullables being disabled (#466)

This commit is contained in:
Kamron Batman 2021-02-05 14:09:57 -08:00 committed by GitHub
parent 657233b2eb
commit 079eeb1b96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 7 additions and 7 deletions

View file

@ -40,7 +40,7 @@ namespace Server
private static TimeSpan _profileTime;
#nullable enable
private static bool? _isRunningFromXUnit;
#nullable disable
#nullable restore
private static int _itemCount;
private static int _mobileCount;
@ -80,7 +80,7 @@ namespace Server
return false;
}
}
#nullable disable
#nullable restore
public static bool Profiling
{