disable lore flag for mines

This commit is contained in:
2025-03-18 16:13:52 -05:00
parent 1a0ad765bf
commit 9b8de72a6f
+1 -1
View File
@@ -155,7 +155,7 @@ public class Mine extends AbstractGameObject {
this.allowed_teleport_time = System.currentTimeMillis();
//decide if lore or not
this.enforceLore = ThreadLocalRandom.current().nextInt(1,5) == 2;
//this.enforceLore = ThreadLocalRandom.current().nextInt(1,5) == 2;
}
public static void releaseMineClaims(PlayerCharacter playerCharacter) {