forked from mirror/openmw-tes3mp
[General] Clarify meaning of commit hash displayed on start
This commit is contained in:
parent
1df1515c7e
commit
c058dce346
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue