add "onPostEvent" call (#914)

* add preventSustainClip

* add "onPostEvent" call

idk why this wasn't here before but i added it
This commit is contained in:
sillyborja
2026-03-01 21:19:37 +07:00
committed by GitHub
parent 4fe3ba76e3
commit a951e38dbb
+2
View File
@@ -1676,6 +1676,8 @@ class PlayState extends MusicBeatState
if (char != null && char.hasAnim(event.params[1])) char.playAnim(event.params[1], event.params[2], event.params[3] == "NONE" ? null : event.params[3]);
case "Unknown": // nothing
}
gameAndCharsEvent("onPostEvent", e);
}
@:dox(hide)