box limiter

This commit is contained in:
2025-02-02 09:05:22 -06:00
parent 601e97eaca
commit 61088d0b59
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -5151,7 +5151,7 @@ public class PlayerCharacter extends AbstractCharacter {
}
public static boolean checkIfBoxed(PlayerCharacter player){
if(ConfigManager.MB_WORLD_TESTMODE.getValue().equals("true")) {
if(ConfigManager.MB_WORLD_BOXLIMIT.getValue().equals("true")) {
return false;
}
try {