1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-04-19 16:33:36 +03:00

hilarious

Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
Octol1ttle 2024-03-20 23:04:57 +05:00
parent c1d0dd096e
commit 7477a0df5c
Signed by: Octol1ttle
GPG key ID: B77C34313AEE1FFF

View file

@ -24,7 +24,7 @@ public static class ResultExtensions
[Conditional("DEBUG")]
private static void LogResultStackTrace(Result result)
{
if (Octobot.StaticLogger == null || result.IsSuccess)
if (Octobot.StaticLogger is null || result.IsSuccess)
{
return;
}