Reset default antixray blocks to remove 1 and 5, to fix block lag people have being seeing. Thanks @andrewkm for the report.

By: md_5 <md_5@live.com.au>
This commit is contained in:
Spigot
2013-07-13 11:37:21 +10:00
parent e6c2d70d1d
commit d80eaa142d
22 changed files with 87 additions and 72 deletions

View File

@@ -1,4 +1,4 @@
From add74cc2f0f32f3fc3199fcc3b8054ffef974ad2 Mon Sep 17 00:00:00 2001
From 51dda8f0e8253d99806ada3cc33de13402f3504e Mon Sep 17 00:00:00 2001
From: md_5 <md_5@live.com.au>
Date: Sat, 23 Mar 2013 09:46:33 +1100
Subject: [PATCH] Merge tweaks and configuration
@@ -69,10 +69,10 @@ index 8ac0e8e..0968ed8 100644
if (event != null && (event.isCancelled() || entity.dead)) {
entity.dead = true;
diff --git a/src/main/java/org/spigotmc/SpigotWorldConfig.java b/src/main/java/org/spigotmc/SpigotWorldConfig.java
index 3ec38a1..8a6d656 100644
index 1c598ed..610f753 100644
--- a/src/main/java/org/spigotmc/SpigotWorldConfig.java
+++ b/src/main/java/org/spigotmc/SpigotWorldConfig.java
@@ -102,4 +102,18 @@ public class SpigotWorldConfig
@@ -107,4 +107,18 @@ public class SpigotWorldConfig
wheatModifier = getInt( "growth.wheat-modifier", 100 );
log( "Wheat Growth Modifier: " + wheatModifier + "%" );
}