You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/lib.rs
+2-2
Original file line number
Diff line number
Diff line change
@@ -435,8 +435,8 @@ pub fn main() {
435
435
);
436
436
}));
437
437
438
-
if utils::env::get_game_version() != semver::Version::new(13,0,2){
439
-
skyline::error::show_error(69,"Smash Ultimate requires an update.\0","ARCropolis cannot currently run on a Smash version other than 13.0.2\n\nConsider updating your game or uninstalling ARCropolis.\0");
438
+
if utils::env::get_game_version() != semver::Version::new(13,0,3){
439
+
skyline::error::show_error(69,"Smash Ultimate requires an update.\0","ARCropolis cannot currently run on a Smash version other than 13.0.3\n\nConsider updating your game or uninstalling ARCropolis.\0");
440
440
// Do not perform any of the hook installation and let the game proceed as normal.
0 commit comments