Update Config.java

This commit is contained in:
rourke750 2013-08-11 15:47:07 -04:00
parent 61067f9311
commit b21591190e
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ public class Config
private static boolean dynmapEnable = true;
private static String dynmapMessage;
private static int remountDelayTicks = 0;
private static boolean killplayer= false;
private static boolean killplayer = false;
// for monitoring plugin efficiency
// public static long timeUsed = 0;