Added spawn-protection property to server.properties

This commit is contained in:
Zenexer
2011-02-10 12:02:37 +08:00
committed by tahg
parent 1da852265a
commit 96794e15db
4 changed files with 8 additions and 10 deletions

View File

@@ -87,7 +87,7 @@ public class WorldServer extends World implements BlockChangeDelegate {
i1 = l;
}
return i1 > this.D.spawnProtection || this.D.f.g(entityhuman.name);
return i1 > this.D.spawnProtection || this.D.f.g(entityhuman.name); // CraftBukkit Configurable spawn protection start
}
protected void b(Entity entity) {