mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-03-08 16:00:46 -07:00
Merge 73a2b957ec into 63f0776079
This commit is contained in:
commit
bdcd698da5
1 changed files with 3 additions and 1 deletions
|
|
@ -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){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue