forked from teamnwah/openmw-tes3coop
[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)
|
||||
{
|
||||
std::ostringstream sstr;
|
||||
sstr << "Note: Use the same load order as the server.\n";
|
||||
size_t pluginNameLen1 = 0;
|
||||
size_t pluginNameLen2 = 0;
|
||||
for(size_t i = 0; i < checksums.size(); i++)
|
||||
|
|
Loading…
Reference in a new issue