use the configured spawn material blacklist instead of the default

This commit is contained in:
Gjum
2021-10-30 03:55:52 +02:00
committed by GitHub
parent 03c67a3d38
commit 19f8f07673

View File

@@ -336,6 +336,7 @@ public class RandomSpawn extends JavaPlugin {
}
result.add(mat);
}
return result;
}
return defaultBlackList;
}