mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-04-03 22:42:27 +02:00
Run spotlessApply
This commit is contained in:
@@ -20,7 +20,6 @@ public class ConditionStateNotEqual extends BaseCondition {
|
||||
var questStateValue = condition.getParam()[1];
|
||||
var checkQuest = owner.getQuestManager().getQuestById(questId);
|
||||
|
||||
return checkQuest != null &&
|
||||
checkQuest.getState().getValue() != questStateValue;
|
||||
return checkQuest != null && checkQuest.getState().getValue() != questStateValue;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user