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