New development build.

This commit is contained in:
Jesse Malotaux 2025-04-30 13:18:26 +02:00
parent 05a5cb8325
commit 1cf9029a63
4 changed files with 1 additions and 2 deletions

View file

@ -21,5 +21,4 @@ func MCRMLogInit() {
func MCRMLog(v ...interface{}) {
log.Println(v...) // Logs to terminal as well
// fmt.Fprintln(logFile, v...) // Logs to log file
}