forked from SteamWar/SteamWar
Add left out name get
This commit is contained in:
+1
-1
@@ -64,7 +64,7 @@ public class AutoCheckerResult {
|
||||
}
|
||||
|
||||
public boolean isWindchargeCountOK() {
|
||||
if(type.Schematic.Type.equals("wargearseason26")) {
|
||||
if( type.Schematic.Type.getName().equals("wargearseason26")) {
|
||||
int windChargesCount = blockScanResult.getWindChargeCount().values().stream().reduce(Integer::sum).orElse(0);
|
||||
return windChargesCount <= 2048;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user