Make creative mode claims actually go to bedrock
This commit is contained in:
parent
26f3578a03
commit
8eb6ac9543
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user