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()
.filter(
t ->
!t.getCondition().isEmpty() &&
t.getCondition().substring(29).equals(String.valueOf(params.param1))
!t.getCondition().isEmpty()
&& t.getCondition().substring(29).equals(String.valueOf(params.param1))
&& (t.getSource().isEmpty()
|| t.getSource().equals(params.getEventSource())))
.collect(Collectors.toSet());