mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 07:32:00 -04:00
[Client] Add notification about strict order
This commit is contained in:
parent
f6bea7a114
commit
7bee82cedb
@ -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…
x
Reference in New Issue
Block a user