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 c799d9808a710a302b625606f44280187770c6ee Mon Sep 17 00:00:00 2001
From 0d94faf97bf904cbac94131787bf01974ae58f64 Mon Sep 17 00:00:00 2001
From: md_5 <md_5@live.com.au>
Date: Fri, 21 Jun 2013 19:21:58 +1000
Subject: [PATCH] Configurable Messages
@@ -40,7 +40,7 @@ index f356538..100396f 100644
return false;
}
diff --git a/src/main/java/org/spigotmc/SpigotConfig.java b/src/main/java/org/spigotmc/SpigotConfig.java
index fff8c02..d2058f3 100644
index e1b8fc0..106b392 100644
--- a/src/main/java/org/spigotmc/SpigotConfig.java
+++ b/src/main/java/org/spigotmc/SpigotConfig.java
@@ -15,6 +15,7 @@ import java.util.Map;
@@ -51,7 +51,7 @@ index fff8c02..d2058f3 100644
import org.bukkit.command.Command;
import org.bukkit.configuration.file.YamlConfiguration;
import org.bukkit.craftbukkit.command.TicksPerSecondCommand;
@@ -240,4 +241,18 @@ public class SpigotConfig
@@ -246,4 +247,18 @@ public class SpigotConfig
{
tabComplete = getBoolean( "commands.tab-complete", true );
}