Skip to content

Commit 715a805

Browse files
authored
fix the error message (#649)
1 parent d550f26 commit 715a805

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ pub fn main() {
431431
}));
432432

433433
if utils::env::get_game_version() != semver::Version::new(13, 0, 5) {
434-
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");
434+
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");
435435
// Do not perform any of the hook installation and let the game proceed as normal.
436436
return;
437437
}

0 commit comments

Comments
 (0)