mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2026-04-10 13:41:42 +00:00
adjust versio report position
This commit is contained in:
@@ -70,9 +70,9 @@ pub fn main() {
|
||||
let game_version = events::SMASH_VERSION.to_string();
|
||||
let atmosphere_version = oe::get_display_version().to_owned();
|
||||
let version_report =
|
||||
format!("Smash version: {game_version}.\nAtmosphère version: {atmosphere_version}");
|
||||
format!("Smash version: {game_version}.\nAtmosphere version: {atmosphere_version}");
|
||||
|
||||
let complete_error_message = format!("{version_report}\n{msg}\n{location}");
|
||||
let complete_error_message = format!("{msg}\n{location}\n{version_report}");
|
||||
|
||||
skyline::error::show_error(
|
||||
69,
|
||||
|
||||
Reference in New Issue
Block a user