mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-01 03:32:38 +00:00
fix debug log
This commit is contained in:
parent
b1a4b357d5
commit
322dbbda5e
@ -37,6 +37,6 @@ namespace QSB.Utility
|
||||
private static string GetCallingType(StackTrace frame) =>
|
||||
frame.GetFrames()!
|
||||
.Select(x => x.GetMethod().DeclaringType!.Name)
|
||||
.First(x => x == nameof(DebugLog));
|
||||
.First(x => x != nameof(DebugLog));
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user