From 213b7ccfd78f2e08937d54ff981cd4f2bcd9fd7e Mon Sep 17 00:00:00 2001 From: JordanSantiagoYT Date: Sun, 12 Jan 2025 15:46:45 -0500 Subject: [PATCH] "assets/Object/videos" fix lol --- source/stages/PhillyStreets.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/stages/PhillyStreets.hx b/source/stages/PhillyStreets.hx index fd0c33d37a9..8151acac88e 100644 --- a/source/stages/PhillyStreets.hx +++ b/source/stages/PhillyStreets.hx @@ -215,7 +215,7 @@ class PhillyStreets extends BaseStage if(!videoEnded && videoName != null) { #if VIDEOS_ALLOWED - final shit = game.startVideo(videoName, function() + final shit = game.startVideo(videoName, '', function() { videoEnded = true; game.videoCutscene = null;