1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-05-09 00:22:06 +00:00

commandline option -msg no longer prints on screen, since it is already logged otherwise

This commit is contained in:
Zeno Rogue
2026-04-16 19:03:04 +02:00
parent 45097b76de
commit 670df57592
-1
View File
@@ -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();