Fixed world border enable

This commit is contained in:
Anuken
2022-02-28 15:57:20 -05:00
parent ab4190a6b5
commit 2cb75d9d88
3 changed files with 11 additions and 0 deletions

View File

@@ -1338,6 +1338,7 @@ public class LExecutor{
if(!headless){
renderer.updateAllDarkness();
}
world.checkMapArea();
return false;
}
}
@@ -1351,6 +1352,7 @@ public class LExecutor{
state.rules.limitY = y;
state.rules.limitWidth = w;
state.rules.limitHeight = h;
world.checkMapArea();
if(!headless){
renderer.updateAllDarkness();