This commit is contained in:
Diogo Piteira Castelos 2026-03-07 21:24:30 +01:00 committed by GitHub
commit bdcd698da5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -331,7 +331,9 @@ public class Generators{
Pixmap shardTeamTop = null;
if(block.teamRegion.found()){
if(block.teamRegion == null){
Log.err("Block '@' has no team region!", block.name);
}else if(block.teamRegion.found()){
Pixmap teamr = get(block.teamRegion);
for(Team team : Team.all){