[Client] Add notification about strict order

0.6.1
Koncord 8 years ago
parent f6bea7a114
commit 7bee82cedb

@ -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…
Cancel
Save