mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-02-03 06:12:57 +08:00
Format code [skip actions]
This commit is contained in:
parent
a1f75e1537
commit
4093420c90
@ -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());
|
||||||
|
Loading…
Reference in New Issue
Block a user