forked from akanyan/mu3-mods
fix: item popup disappearing
This commit is contained in:
@ -23,4 +23,8 @@ class patch_Scene_30_NoticeReward: Scene_30_NoticeReward {
|
|||||||
_mode.update();
|
_mode.update();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private void End_Init() {
|
||||||
|
Skipped = false;
|
||||||
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user