change a DebugWrite to ToConsole

This commit is contained in:
Mister_Nebula 2021-11-21 15:46:10 +00:00
parent 894e7d462c
commit f59664fc0f

View File

@ -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;
}