From c893883beac8626a08cff682bfed57f5b732b52d Mon Sep 17 00:00:00 2001 From: tastybento Date: Mon, 15 Jan 2024 10:50:15 -0800 Subject: [PATCH] Remove seedworld deletion system --- PULL_REQUEST_TEMPLATE.md | 5 ----- src/main/java/world/bentobox/skygrid/SkyGrid.java | 4 ---- 2 files changed, 9 deletions(-) delete mode 100644 PULL_REQUEST_TEMPLATE.md diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index 4483cd8..0000000 --- a/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,5 +0,0 @@ -Thanks for submitting a pull request. Do not use this form for bug reports! -Your submission must meet the minimum requirements of a contribution, i.e., add code, refactor code or fix code. -It takes time and effort to review submissions, so please do not waste our time. -Note: formating/spacing-only submissions will be rejected! -For submissions, we want you to use spaces, not tabs (4 spaces) - thank you. diff --git a/src/main/java/world/bentobox/skygrid/SkyGrid.java b/src/main/java/world/bentobox/skygrid/SkyGrid.java index d619664..bb4e394 100644 --- a/src/main/java/world/bentobox/skygrid/SkyGrid.java +++ b/src/main/java/world/bentobox/skygrid/SkyGrid.java @@ -135,8 +135,4 @@ public void saveWorldSettings() { } - @Override - public boolean isUsesNewChunkGeneration() { - return true; - } }