mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-01 03:32:38 +00:00
Uncomment debug log
This commit is contained in:
parent
c725aff7e6
commit
9d47deed17
@ -42,9 +42,9 @@ namespace QSB {
|
||||
return result;
|
||||
}
|
||||
|
||||
//public static void Log (params object[] logObjects) {
|
||||
// _instance.ModHelper.Console.WriteLine(JoinAll(logObjects));
|
||||
//}
|
||||
public static void Log (params object[] logObjects) {
|
||||
_instance.ModHelper.Console.WriteLine(JoinAll(logObjects));
|
||||
}
|
||||
|
||||
public static void LogToScreen (params object[] logObjects) {
|
||||
NotificationData data = new NotificationData(NotificationTarget.Player, JoinAll(logObjects), 5f, true);
|
||||
|
Loading…
Reference in New Issue
Block a user