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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user