| 232 | // --------------------------------------------------------------------------- |
| 233 | |
| 234 | static bool pj_context_get_grid_cache_is_enabled(PJ_CONTEXT *ctx) { |
| 235 | pj_load_ini(ctx); |
| 236 | return ctx->gridChunkCache.enabled; |
| 237 | } |
| 238 | |
| 239 | // --------------------------------------------------------------------------- |
| 240 |