This commit is contained in:
Jackzie 2024-04-27 08:02:36 -05:00
parent f3ff80c5ab
commit 9a5aa5dd5f
24 changed files with 478 additions and 101 deletions

View file

@ -248,6 +248,9 @@ public void OnMapStart() {
lateLoaded = false;
}
}
public void OnMapEnd() {
Game.Cleanup();
}
public Action L4D2_OnChangeFinaleStage(int &finaleType, const char[] arg) {
if(isEnabled) {