mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-01-09 05:47:52 +08:00
Format code [skip actions]
This commit is contained in:
parent
83d447cfc2
commit
308686d9e7
@ -813,7 +813,8 @@ public class SceneScriptManager {
|
||||
.filter(
|
||||
t ->
|
||||
t.getName().substring(13).equals(String.valueOf(params.param1))
|
||||
&& (t.getSource().isEmpty() || t.getSource().equals(params.getEventSource())))
|
||||
&& (t.getSource().isEmpty()
|
||||
|| t.getSource().equals(params.getEventSource())))
|
||||
.collect(Collectors.toSet());
|
||||
default -> this.getTriggersByEvent(eventType).stream()
|
||||
.filter(
|
||||
|
Loading…
Reference in New Issue
Block a user