Hi,
Sorry for the late response, I'm still working on the mod every day!
When you start the mod I do freeze the time indeed, I have to do it to controll the darkness (in 0.16 darkness won't be related to time, so i won't have to do this anymore). When you remove the mod, there is nothing I can do to restart the time for you...
If you want to continue without the mod, you can manualy restart the time by using this command ingame:
/c game.surfaces['nauvis'].freeze_daytime = false
I want to note, there are other settings i tweak when you load the mod:
game.map_settings.pollution.enabled = true
game.map_settings.pollution.diffusion_ratio = 0.5
game.map_settings.pollution.min_to_diffuse = 15
game.map_settings.enemy_evolution.enabled = false
game.map_settings.enemy_expansion.enabled = false
game.map_settings.peaceful_mode = false
game.surfaces['nauvis'].freeze_daytime = true
game.forces.enemy.ai_controllable = false
So if you want to continue the map, you might have to revert all these settings by using /c <command> and change the value to the value you've set on your map.
I also want to note that this mod is ment to start on a new map, and is not ment to remove it aftherwards.
Greetings
lovely_santa