Merge branch 'seedwatch' of github.com:Moth-Tolias/dfhack into seedwatch

develop
Susan 2021-01-29 11:27:34 +00:00
commit 33342404bc
1 changed files with 1 additions and 1 deletions

@ -297,7 +297,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: