diff options
| author | 2025-01-31 02:32:19 -0600 | |
|---|---|---|
| committer | 2025-01-31 02:32:19 -0600 | |
| commit | cdeee17c2be5b8b9a333b977b3e2d373b94dfe0a (patch) | |
| tree | 58ec48b5bfa9afe03ebbd9716f1f90841af914e9 /src/launcher/constants.rs | |
| parent | Remove some unused imports but not all of them (diff) | |
do clippy stuff and change line endings
Diffstat (limited to 'src/launcher/constants.rs')
| -rw-r--r-- | src/launcher/constants.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/launcher/constants.rs b/src/launcher/constants.rs index db90d2f..4506ab5 100644 --- a/src/launcher/constants.rs +++ b/src/launcher/constants.rs @@ -7,8 +7,8 @@ pub const URL_JRE_MANIFEST: &str = "https://piston-meta.mojang.com/v1/products/j pub const NATIVES_PREFIX: &str = "natives-"; -pub const DEF_INSTANCE_NAME: &'static str = "default"; -pub const DEF_PROFILE_NAME: &'static str = "default"; +pub const DEF_INSTANCE_NAME: &str = "default"; +pub const DEF_PROFILE_NAME: &str = "default"; // https://github.com/unmojang/FjordLauncher/pull/14/files // https://login.live.com/oauth20_authorize.srf?client_id=00000000402b5328&redirect_uri=ms-xal-00000000402b5328://auth&response_type=token&display=touch&scope=service::user.auth.xboxlive.com::MBI_SSL%20offline_access&prompt=select_account |
