From da6fe422021de0d5a53bdb5a1da5a79038c9d30a Mon Sep 17 00:00:00 2001 From: myk002 Date: Mon, 7 Jun 2021 05:50:23 -0700 Subject: [PATCH] missed one output line --- plugins/tiletypes.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/tiletypes.cpp b/plugins/tiletypes.cpp index dd3f78bfb..a9cbe1a6e 100644 --- a/plugins/tiletypes.cpp +++ b/plugins/tiletypes.cpp @@ -777,7 +777,8 @@ command_result executePaintJob(color_ostream &out, MapExtras::MapCache map; coord_vec all_tiles = brush->points(map, cursor); - out.print("working...\n"); + if (!opts.quiet) + out.print("working...\n"); // Force the game to recompute its walkability cache world->reindex_pathfinding = true;