This commit is contained in:
Anuken 2024-07-12 13:15:12 -04:00
parent 295573142f
commit 2075e22ef1

View File

@ -57,7 +57,7 @@ public class DesktopInput extends InputHandler{
public long lastCtrlGroupSelectMillis;
boolean showHint(){
return ui.hudfrag.shown && Core.settings.getBool("hints") && selectPlans.isEmpty() &&
return ui.hudfrag.shown && Core.settings.getBool("hints") && selectPlans.isEmpty() && !player.dead() &&
(!isBuilding && !Core.settings.getBool("buildautopause") || player.unit().isBuilding() || !player.dead() && !player.unit().spawnedByCore());
}