Update bStats implementation

This commit is contained in:
Zach Brown
2017-04-22 01:16:45 -05:00
parent 0d1f8be81d
commit 22e2858fee
36 changed files with 289 additions and 692 deletions

View File

@@ -11,7 +11,7 @@ The implementation uses a LinkedHashMap as an LRU cache (modified from HashMap).
The maximum size of the RegionFileCache is also made configurable.
diff --git a/src/main/java/com/destroystokyo/paper/PaperConfig.java b/src/main/java/com/destroystokyo/paper/PaperConfig.java
index a48f5cb51..6b694705b 100644
index 6907d4680..c3ff47e00 100644
--- a/src/main/java/com/destroystokyo/paper/PaperConfig.java
+++ b/src/main/java/com/destroystokyo/paper/PaperConfig.java
@@ -0,0 +0,0 @@ public class PaperConfig {