forgot to update the internal version
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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) {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: Stats
|
||||
main: com.nidefawl.Stats.Stats
|
||||
version: 0.9
|
||||
version: 0.96
|
||||
author: nidefawl
|
||||
commands:
|
||||
stats:
|
||||
|
||||
Reference in New Issue
Block a user