mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 07:32:00 -04:00
[General] Clarify meaning of commit hash displayed on start
This commit is contained in:
parent
1df1515c7e
commit
c058dce346
@ -211,7 +211,7 @@ void Utils::printVersion(std::string appName, std::string version, std::string c
|
||||
cout << appName << " " << version;
|
||||
cout << " (" << getOperatingSystemType() << " " << getArchitectureType() << ")" << endl;
|
||||
cout << "Protocol version: " << protocol << endl;
|
||||
cout << "Commit hash: " << commitHash.substr(0, 10) << endl;
|
||||
cout << "Oldest compatible commit hash: " << commitHash.substr(0, 10) << endl;
|
||||
|
||||
cout << "------------------------------------------------------------" << endl;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user