"assets/Object/videos" fix

lol
This commit is contained in:
JordanSantiagoYT
2025-01-12 15:46:45 -05:00
parent cc454bc1b6
commit 213b7ccfd7

View File

@@ -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;