change deactivation message to be more accurate

Co-authored-by: Alan <lethosor@users.noreply.github.com>
develop
Su 2021-01-28 18:00:34 +00:00 committed by GitHub
parent b57286c59c
commit 98f3142c92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

@ -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: