From 8eb6ac9543e3afaf4f10f8132341a0932bb3dd22 Mon Sep 17 00:00:00 2001 From: RoboMWM Date: Sun, 9 Oct 2016 00:18:22 -0700 Subject: [PATCH] Make creative mode claims actually go to bedrock --- src/me/ryanhamshire/GriefPrevention/DataStore.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/me/ryanhamshire/GriefPrevention/DataStore.java b/src/me/ryanhamshire/GriefPrevention/DataStore.java index 7fe24df..498d05f 100644 --- a/src/me/ryanhamshire/GriefPrevention/DataStore.java +++ b/src/me/ryanhamshire/GriefPrevention/DataStore.java @@ -795,7 +795,7 @@ public abstract class DataStore //creative mode claims always go to bedrock if(GriefPrevention.instance.config_claims_worldModes.get(world) == ClaimsMode.Creative) { - smally = 2; + smally = 0; } //create a new claim instance (but don't save it, yet)