Fixed some more bizarre bugs
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user