Format code [skip actions]

This commit is contained in:
github-actions 2023-06-09 17:29:36 +00:00
parent a1f75e1537
commit 4093420c90

View File

@ -810,8 +810,8 @@ public class SceneScriptManager {
.stream() .stream()
.filter( .filter(
t -> t ->
!t.getCondition().isEmpty() && !t.getCondition().isEmpty()
t.getCondition().substring(29).equals(String.valueOf(params.param1)) && t.getCondition().substring(29).equals(String.valueOf(params.param1))
&& (t.getSource().isEmpty() && (t.getSource().isEmpty()
|| t.getSource().equals(params.getEventSource()))) || t.getSource().equals(params.getEventSource())))
.collect(Collectors.toSet()); .collect(Collectors.toSet());