*correct patch

By: md_5 <md_5@live.com.au>
This commit is contained in:
Spigot
2013-05-04 10:29:55 +10:00
parent 0faa468caa
commit e0881d81c1
3 changed files with 11 additions and 20 deletions

View File

@@ -1,4 +1,4 @@
From ffafe713302f8cb44397eaf8c794ebdfb3206914 Mon Sep 17 00:00:00 2001
From 3b9b44f5c52fab6917df74a9a5408ca93e3ba9e9 Mon Sep 17 00:00:00 2001
From: md_5 <md_5@live.com.au>
Date: Sat, 23 Feb 2013 12:33:20 +1100
Subject: [PATCH] Watchdog Thread.
@@ -25,7 +25,7 @@ index 044db9f..d57ed7a 100644
this.isStopped = true;
} catch (Throwable throwable1) {
diff --git a/src/main/java/org/bukkit/craftbukkit/Spigot.java b/src/main/java/org/bukkit/craftbukkit/Spigot.java
index 90237d4..3b29fea 100644
index c81503e..c2231af 100644
--- a/src/main/java/org/bukkit/craftbukkit/Spigot.java
+++ b/src/main/java/org/bukkit/craftbukkit/Spigot.java
@@ -1,5 +1,6 @@
@@ -85,7 +85,7 @@ index 90237d4..3b29fea 100644
server.orebfuscatorEnabled = configuration.getBoolean("orebfuscator.enable", false);
server.orebfuscatorEngineMode = configuration.getInt("orebfuscator.engine-mode", 1);
server.orebfuscatorUpdateRadius = configuration.getInt("orebfuscator.update-radius", 2);
@@ -296,6 +313,66 @@ public class Spigot {
@@ -295,6 +312,66 @@ public class Spigot {
return isActive;
}