mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-18 00:20:44 +00:00
use the configured spawn material blacklist instead of the default
This commit is contained in:
@@ -336,6 +336,7 @@ public class RandomSpawn extends JavaPlugin {
|
||||
}
|
||||
result.add(mat);
|
||||
}
|
||||
return result;
|
||||
}
|
||||
return defaultBlackList;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user