mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-01-10 18:33:20 +08:00
little fix
This commit is contained in:
parent
2e69a4d8f7
commit
66b17cad26
@ -79,9 +79,7 @@ public class ScriptMonsterTideService {
|
||||
// fix the 5-2
|
||||
sceneScriptManager.callEvent(EventType.EVENT_MONSTER_TIDE_DIE, new ScriptArgs(monsterKillCount.get()));
|
||||
}
|
||||
// spawn the last turn of monsters
|
||||
// fix the 5-2
|
||||
this.sceneScriptManager.callEvent(EventType.EVENT_MONSTER_TIDE_DIE, new ScriptArgs(this.monsterKillCount.get()));
|
||||
|
||||
}
|
||||
|
||||
public void unload(){
|
||||
|
Loading…
Reference in New Issue
Block a user