Add triggered render statistics, new /dynmap triggerstats command

This commit is contained in:
Mike Primm 2011-11-23 00:54:22 +08:00 committed by mikeprimm
parent f886fbc614
commit 36653a3187
5 changed files with 87 additions and 37 deletions

View file

@ -81,7 +81,7 @@ public class KzedZoomedMapTile extends MapTile {
if (obj instanceof KzedZoomedMapTile) {
return ((KzedZoomedMapTile) obj).originalTile.equals(originalTile);
}
return super.equals(obj);
return false;
}