From d7d4d7eccafe9970a140837f2e8d793741c2320f Mon Sep 17 00:00:00 2001 From: WuBoytH Date: Thu, 3 Sep 2026 01:43:39 -0400 Subject: [PATCH] fix the error message --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 9f3324a83..8f7410fe2 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -431,7 +431,7 @@ pub fn main() { })); if utils::env::get_game_version() != semver::Version::new(13, 0, 5) { - skyline::error::show_error(69, "Smash Ultimate requires an update.\0", "ARCropolis cannot currently run on a Smash version other than 13.0.4\n\nConsider updating your game or uninstalling ARCropolis.\0"); + skyline::error::show_error(69, "Smash Ultimate requires an update.\0", "ARCropolis cannot currently run on a Smash version other than 13.0.5\n\nConsider updating your game or uninstalling ARCropolis.\0"); // Do not perform any of the hook installation and let the game proceed as normal. return; }