Remove debug code that slipped in.

This commit is contained in:
tastybento 2024-05-18 20:08:21 -07:00
parent 99717f5b60
commit 2fc3396a8f
1 changed files with 0 additions and 3 deletions

View File

@ -227,9 +227,6 @@ public class NewIsland {
* @param oldIsland - old island that will be deleted
*/
private void postCreationTask(Island oldIsland) {
if (oldIsland == null) {
return;
}
// Set initial spawn point if one exists
if (island.getSpawnPoint(Environment.NORMAL) != null) {
plugin.getIslands().setHomeLocation(user, island.getSpawnPoint(Environment.NORMAL));