test build trigger (1)

This commit is contained in:
Anuken
2024-08-29 22:19:15 -04:00
parent ccbd515cf9
commit c78d950e2c
2 changed files with 2 additions and 1 deletions

View File

@@ -31,7 +31,7 @@ public class BeControl{
/** @return whether this is a bleeding edge build. */
public boolean active(){
return Version.type.equals("bleeding-edge");
return Version.type.equals("bleeding-edge") || !steam;
}
public BeControl(){