Progress on actually getting stuff to load.

By: md_5 <md_5@live.com.au>
This commit is contained in:
Spigot
2013-06-21 19:08:32 +10:00
parent 0e540153e1
commit 1521d8448f
12 changed files with 75 additions and 73 deletions

View File

@@ -1,4 +1,4 @@
From 6b299bce7cd7b47541e5c780e09555b8e2fed3ff Mon Sep 17 00:00:00 2001
From 816df7314c4e568cef2591dfbb22ff3af869c4cb 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.
@@ -142,10 +142,10 @@ index 0000000..a5c4549
+ }
+}
diff --git a/src/main/java/org/spigotmc/SpigotConfig.java b/src/main/java/org/spigotmc/SpigotConfig.java
index 7825cfc..af567ac 100644
index 9459195..d8167f2 100644
--- a/src/main/java/org/spigotmc/SpigotConfig.java
+++ b/src/main/java/org/spigotmc/SpigotConfig.java
@@ -135,4 +135,16 @@ public class SpigotConfig
@@ -133,4 +133,16 @@ public class SpigotConfig
{
commands.put( "tps", new TicksPerSecondCommand( "tps" ) );
}