From 670df57592d22c0e9fd8dc3ea7486c27b3749814 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 16 Apr 2026 19:03:04 +0200 Subject: [PATCH] commandline option -msg no longer prints on screen, since it is already logged otherwise --- commandline.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/commandline.cpp b/commandline.cpp index a7323550..e1e63fc8 100644 --- a/commandline.cpp +++ b/commandline.cpp @@ -194,7 +194,6 @@ int arg::readCommon() { } else if(argis("-msg")) { shift(); addMessage(args()); - printf("%s\n", args().c_str()); } else if(argis("-msg0")) { clearMessages();