mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 07:32:00 -04:00
[Client] Use less confusing terminology when displaying plugin mismatch
This commit is contained in:
parent
bb834748c5
commit
66d666d60c
@ -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…
x
Reference in New Issue
Block a user