mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-02-20 15:41:01 +00:00
instead of removing logs, just make them Debug.Log so they only show up in owml debug mode
This commit is contained in:
parent
1d6ecd93be
commit
9408eab753
@ -64,6 +64,6 @@ namespace EpicRerouter.ModSide
|
||||
Log($"error:\n{process.StandardError.ReadToEnd()}");
|
||||
}
|
||||
|
||||
public static void Log(object msg) => Debug.LogError($"[EpicRerouter] {msg}");
|
||||
public static void Log(object msg) => Debug.Log($"[EpicRerouter] {msg}");
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user