mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-25 12:15:12 +01:00
Remove debug code that slipped in.
This commit is contained in:
parent
99717f5b60
commit
2fc3396a8f
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user