Revert "box limited config entry"

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