mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-04 07:17:19 +07:00
Fixed boss hint not disappearing
This commit is contained in:
@ -363,7 +363,7 @@ public class Blocks implements ContentList{
|
||||
|
||||
sandWall = new StaticWall("sand-wall"){{
|
||||
variants = 2;
|
||||
sandWater.asFloor().wall = this;
|
||||
sandWater.asFloor().wall = water.asFloor().wall = deepwater.asFloor().wall = this;
|
||||
}};
|
||||
|
||||
saltWall = new StaticWall("salt-wall");
|
||||
|
@ -146,6 +146,7 @@ public class Teams{
|
||||
|
||||
public void updateTeamStats(){
|
||||
present.clear();
|
||||
boss = null;
|
||||
|
||||
for(Team team : Team.all){
|
||||
TeamData data = team.data();
|
||||
|
Reference in New Issue
Block a user