Misc bugfixes

This commit is contained in:
Anuken
2022-05-08 17:07:06 -04:00
parent a7ecdf8aab
commit 668b09e955
19 changed files with 52 additions and 38 deletions

View File

@@ -195,6 +195,7 @@ public class Maps{
//create map, write it, etc etc etc
Map map = new Map(file, world.width(), world.height(), tags, true);
fogControl.resetFog();
MapIO.writeMap(file, map);
if(!headless){