mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-24 07:39:50 +08:00
Fix mirror tower stages; fix tower time challenge and star scoring (#2406)
This commit is contained in:
committed by
GitHub
Unverified
parent
bc8e7c21ce
commit
f5703e5964
@@ -597,6 +597,13 @@ public class Scene {
|
||||
|
||||
blossomManager.onTick();
|
||||
|
||||
// Should be OK to check only player 0,
|
||||
// as no other players could enter Tower
|
||||
var towerManager = getPlayers().get(0).getTowerManager();
|
||||
if (towerManager != null) {
|
||||
towerManager.onTick();
|
||||
}
|
||||
|
||||
this.checkNpcGroup();
|
||||
|
||||
this.finishLoading();
|
||||
|
||||
Reference in New Issue
Block a user