don't turn off seedwatch on map load

fixes #682
develop
Susan 2021-01-16 23:23:05 +00:00
parent b506f0a240
commit 7a14bf475f
1 changed files with 3 additions and 0 deletions

@ -283,6 +283,9 @@ DFhackCExport command_result plugin_onstatechange(color_ostream &out, state_chan
{
switch (event) {
case SC_MAP_LOADED:
if(running)
out.print("seedwatch supervision started.\n");
break;
case SC_MAP_UNLOADED:
if (running)
out.printerr("seedwatch deactivated due to game load/unload\n");