Different Bukkit schedule spin workaround, that isn't so slow
Generalize texture image loading
This commit is contained in:
parent
4e810fc9d8
commit
1862dc918c
6 changed files with 154 additions and 207 deletions
|
|
@ -264,9 +264,7 @@ public class LegacyMapChunkCache implements MapChunkCache {
|
|||
} catch (NoSuchMethodException nsmx) {
|
||||
}
|
||||
initialized = true;
|
||||
if(gethandle != null)
|
||||
Log.info("Chunk snapshot support enabled");
|
||||
else {
|
||||
if(gethandle == null) {
|
||||
Log.severe("ERROR: Chunk snapshot support not found - rendering not functiona!l");
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue