From b0a091e9daf6d5a0b105b202f5c4bf269c527b8e Mon Sep 17 00:00:00 2001 From: TheMinstrel96 Date: Thu, 3 Jul 2025 16:07:19 -0500 Subject: [PATCH] Update CosmicRage.xml Updated xml version to 4 to match in game version. --- cosmic rage/worlds/plugins/CosmicRage.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cosmic rage/worlds/plugins/CosmicRage.xml b/cosmic rage/worlds/plugins/CosmicRage.xml index 9d3fca7..da76804 100644 --- a/cosmic rage/worlds/plugins/CosmicRage.xml +++ b/cosmic rage/worlds/plugins/CosmicRage.xml @@ -76,7 +76,7 @@ function RegisterMushClient(name, line, wildcards) end -- Define the latest soundpack version here -CURRENT_SP_VERSION = 3 +CURRENT_SP_VERSION = 4 function CheckSoundpackVersion(name, line, wildcards, styles) local user_version = tonumber(wildcards.user_version)