mirror of
https://github.com/demodude4u/Factorio-FBSR.git
synced 2024-11-27 08:20:57 +02:00
Fixed blueprintRaw saying it didn't see any bp even when it does
This commit is contained in:
parent
8ec42982d6
commit
572d745be0
@ -257,7 +257,8 @@ public class BlueprintBotDiscordService extends AbstractIdleService {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (reporting.getImages().isEmpty() && reporting.getDownloads().isEmpty()) {
|
if (reporting.getImages().isEmpty() && reporting.getDownloads().isEmpty() && reporting.getWarnings().isEmpty()
|
||||||
|
&& reporting.getExceptions().isEmpty() && reporting.getInfo().isEmpty()) {
|
||||||
event.getChannel().sendMessage("I can't seem to find any blueprints. :frowning:").complete();
|
event.getChannel().sendMessage("I can't seem to find any blueprints. :frowning:").complete();
|
||||||
}
|
}
|
||||||
sendReport(event, reporting);
|
sendReport(event, reporting);
|
||||||
|
Loading…
Reference in New Issue
Block a user