forked from mirror/openmw-tes3mp
[Client] Use less confusing terminology when displaying plugin mismatch
This commit is contained in:
parent
bb834748c5
commit
66d666d60c
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ using namespace mwmp;
|
|||
string listDiscrepancies(PacketPreInit::PluginContainer checksums, PacketPreInit::PluginContainer checksumsResponse)
|
||||
{
|
||||
std::ostringstream sstr;
|
||||
sstr << "Your plugins or their load order don't match the server's. A full comparison is included in your client console and latest log file. In short, the following discrepancies have been found:\n\n";
|
||||
sstr << "Your plugins or their load order don't match the server's. A full comparison is included in your debug window and latest log file. In short, the following discrepancies have been found:\n\n";
|
||||
|
||||
int discrepancyCount = 0;
|
||||
|
||||
|
|
Loading…
Reference in a new issue