Fixed some more bizarre bugs

This commit is contained in:
Anuken
2022-03-01 21:10:53 -05:00
parent 6df7106938
commit 76c972acfb
7 changed files with 31 additions and 8 deletions

View File

@@ -42,6 +42,12 @@ public class FileMapGenerator implements WorldGenerator{
public Sector getSector(){
return sector;
}
@Override
public void end(){
applyFilters();
//no super.end(), don't call world load event twice
}
});
world.setGenerating(true);