mirror of
https://github.com/UltimMC/Launcher.git
synced 2026-01-02 05:28:19 +00:00
* Fix for #135 and fixes for other issues such as actually playing the game * Removed accidentally added .vscode files * Patchy patch
This commit is contained in:
committed by
GitHub
parent
18aa0d2faa
commit
4afe2466fd
@@ -415,7 +415,8 @@ QString AccountData::profileId() const {
|
||||
|
||||
QString AccountData::profileName() const {
|
||||
if(minecraftProfile.name.size() == 0) {
|
||||
return QObject::tr("No profile (%1)").arg(accountDisplayString());
|
||||
// Fix for too long of a name
|
||||
return QObject::tr("%1").arg(accountDisplayString());
|
||||
}
|
||||
else {
|
||||
return minecraftProfile.name;
|
||||
|
||||
Reference in New Issue
Block a user