mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-25 22:17:59 +07:00
Fixed boss hint not disappearing
This commit is contained in:
parent
ec19381c4e
commit
06929ee8f3
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user