mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-02-04 03:39:55 +00:00
change a DebugWrite to ToConsole
This commit is contained in:
parent
894e7d462c
commit
f59664fc0f
@ -149,7 +149,7 @@ namespace QSB.Events
|
||||
}
|
||||
}
|
||||
|
||||
DebugLog.DebugWrite($"Error - These QSBEvents handle the same EventType!\r\n{totalSb}", MessageType.Error);
|
||||
DebugLog.ToConsole($"Error - These QSBEvents handle the same EventType!\r\n{totalSb}", MessageType.Error);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user