forgot to update the internal version

This commit is contained in:
Your Name
2011-04-03 19:33:50 +02:00
parent a6f80e30d1
commit 3238d552d4
3 changed files with 4 additions and 4 deletions

View File

@@ -46,7 +46,7 @@ import com.nidefawl.Stats.util.Updater;
public class Stats extends JavaPlugin {
public final static Logger log = Logger.getLogger("Minecraft");
public final static double version = 0.9D;
public final static double version = 0.96D;
public final static String logprefix = "[Stats-" + version + "]";
public final static String defaultCategory = "stats";
public boolean enabled = false;

View File

@@ -365,10 +365,10 @@ public class StatsEntityListener extends EntityListener {
return "(null)";
if (ent instanceof Chicken) {
return "Chicken";
} else if (ent instanceof Wolf) {
return "Wolf";
} else if (ent instanceof Cow) {
return "Cow";
} else if (ent instanceof Wolf) {
return "Wolf";
} else if (ent instanceof Spider) {
return "Spider";
} else if (ent instanceof Fish) {

View File

@@ -1,6 +1,6 @@
name: Stats
main: com.nidefawl.Stats.Stats
version: 0.9
version: 0.96
author: nidefawl
commands:
stats: