mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-01-25 20:12:52 +08:00
little fix
This commit is contained in:
parent
2e69a4d8f7
commit
66b17cad26
@ -79,9 +79,7 @@ public class ScriptMonsterTideService {
|
|||||||
// fix the 5-2
|
// fix the 5-2
|
||||||
sceneScriptManager.callEvent(EventType.EVENT_MONSTER_TIDE_DIE, new ScriptArgs(monsterKillCount.get()));
|
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(){
|
public void unload(){
|
||||||
|
Loading…
Reference in New Issue
Block a user