Yeet cache chunks

So many features require this config option, and we don't intend on supporting it being both disabled and enabled.
This commit is contained in:
Camotoy 2021-06-01 15:36:33 -04:00
parent 7b0099e869
commit ebf726ce9e
No known key found for this signature in database
GPG key ID: 7EEFB66FE798081F
31 changed files with 92 additions and 290 deletions

View file

@ -48,9 +48,4 @@ public final class GeyserSpigotConfiguration extends GeyserJacksonConfiguration
floodgateKeyPath = FloodgateKeyLoader.getKeyPath(this, floodgate, floodgateDataFolder, geyserDataFolder, plugin.getGeyserLogger());
}
@Override
public boolean isCacheChunks() {
return true; // We override this as with Bukkit, we have direct access to the server implementation
}
}