From 21fa3e0d575cedcfbde158753b5753f6a5ea032e Mon Sep 17 00:00:00 2001 From: nathan smith Date: Fri, 31 Oct 2025 22:17:52 +0000 Subject: [PATCH] Maybe fixed a bug to do with reconnections. --- cosmic rage/worlds/plugins/CosmicRage.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/cosmic rage/worlds/plugins/CosmicRage.xml b/cosmic rage/worlds/plugins/CosmicRage.xml index 6bdfbfa..884c932 100644 --- a/cosmic rage/worlds/plugins/CosmicRage.xml +++ b/cosmic rage/worlds/plugins/CosmicRage.xml @@ -130,6 +130,7 @@ end sequence="100" > +ReloadPlugin("LuaAudio") local intro = tonumber(GetVariable("intro") or "") if not intro or ppi.isPlaying(intro) == 0 then temp = ppi.play(dir.."sounds/ogg/music/IntroMusic/DefaultIntro.ogg", 1, 0, 40)