From 98f3142c92e4410b0c9f4e7657f819b5ab5092b4 Mon Sep 17 00:00:00 2001 From: Su Date: Thu, 28 Jan 2021 18:00:34 +0000 Subject: [PATCH] change deactivation message to be more accurate Co-authored-by: Alan --- plugins/seedwatch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/seedwatch.cpp b/plugins/seedwatch.cpp index 3be0bf845..83e2e1be9 100644 --- a/plugins/seedwatch.cpp +++ b/plugins/seedwatch.cpp @@ -288,7 +288,7 @@ DFhackCExport command_result plugin_onstatechange(color_ostream &out, state_chan break; case SC_MAP_UNLOADED: if (running) - out.printerr("seedwatch deactivated due to game load/unload\n"); + out.printerr("seedwatch deactivated due to game unload\n"); running = false; break; default: