Adding more safety checks to updater

This commit is contained in:
nathan smith
2025-07-02 20:47:55 +01:00
parent a55650694b
commit e7a5da16d5
2 changed files with 8 additions and 1 deletions

View File

@@ -78,7 +78,7 @@ function RegisterMushClient(name, line, wildcards)
end
-- Define the latest soundpack version here
CURRENT_SP_VERSION = 2
CURRENT_SP_VERSION = 3
function CheckSoundpackVersion(name, line, wildcards, styles)
local user_version = tonumber(wildcards.user_version)