mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-14 07:55:57 +01:00
Format code [skip actions]
This commit is contained in:
@@ -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());
|
||||||
|
|||||||
Reference in New Issue
Block a user