forked from xjboss/KCauldronX
Fix #222
This commit is contained in:
@ -138,7 +138,6 @@ public class SpigotTimings {
|
||||
public final CustomTimingsHandler tickEntities;
|
||||
public final CustomTimingsHandler weatherUpdate;
|
||||
public final CustomTimingsHandler cleanupCache;
|
||||
public final CustomTimingsHandler fullTick;
|
||||
|
||||
public final CustomTimingsHandler syncChunkLoadTimer;
|
||||
public final CustomTimingsHandler syncChunkLoadDataTimer;
|
||||
@ -178,7 +177,6 @@ public class SpigotTimings {
|
||||
tickEntities = new CustomTimingsHandler(name + "tickEntities");
|
||||
weatherUpdate = new CustomTimingsHandler(name + "weatherUpdate");
|
||||
cleanupCache = new CustomTimingsHandler(name + "cleanupCache");
|
||||
fullTick = new CustomTimingsHandler(name + "fullTick");
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user