mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-17 01:15:52 +01:00
Format code [skip actions]
This commit is contained in:
@@ -125,8 +125,7 @@ public class GameMainQuest {
|
||||
int previousValue = this.questVars[i];
|
||||
this.questVars[i] = Utils.random.nextInt(low, high);
|
||||
Grasscutter.getLogger()
|
||||
.debug(
|
||||
"questVar {} value randomized from {} to {}", i, previousValue, this.questVars[i]);
|
||||
.debug("questVar {} value randomized from {} to {}", i, previousValue, this.questVars[i]);
|
||||
|
||||
this.triggerQuestVarAction(i, this.questVars[i]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user