Skip to content

Commit 8a8e534

Browse files
authored
fix cn repeat (#2048)
1 parent 4870850 commit 8a8e534

File tree

1 file changed

+1
-1
lines changed
  • scripts/src/main/java/io/github/fate_grand_automata/scripts/locations

1 file changed

+1
-1
lines changed

scripts/src/main/java/io/github/fate_grand_automata/scripts/locations/Locations.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class Locations @Inject constructor(
2222
) : IScriptAreaTransforms by scriptAreaTransforms {
2323

2424
val continueRegion = when (gameServer) {
25-
is GameServer.Jp -> Region(120, 1100, 800, 200).xFromCenter()
25+
is GameServer.Jp, is GameServer.Cn -> Region(120, 1100, 800, 200).xFromCenter()
2626
else -> Region(120, 1000, 800, 200).xFromCenter()
2727
}
2828
val continueBoostClick = Location(-20, 1120).xFromCenter()

0 commit comments

Comments
 (0)