mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-04-01 17:06:41 +00:00
[Client] Add notification about strict order
This commit is contained in:
parent
f6bea7a114
commit
7bee82cedb
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ string comparePlugins(PacketPreInit::PluginContainer checksums, PacketPreInit::P
|
||||||
bool full = false)
|
bool full = false)
|
||||||
{
|
{
|
||||||
std::ostringstream sstr;
|
std::ostringstream sstr;
|
||||||
|
sstr << "Note: Use the same load order as the server.\n";
|
||||||
size_t pluginNameLen1 = 0;
|
size_t pluginNameLen1 = 0;
|
||||||
size_t pluginNameLen2 = 0;
|
size_t pluginNameLen2 = 0;
|
||||||
for(size_t i = 0; i < checksums.size(); i++)
|
for(size_t i = 0; i < checksums.size(); i++)
|
||||||
|
|
Loading…
Reference in a new issue