[Client] Add notification about strict order

This commit is contained in:
Koncord 2017-05-02 23:50:36 +08:00
parent f6bea7a114
commit 7bee82cedb

View file

@ -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++)