From 7bee82cedbc59366f12ef9e36d5249e6256d90db Mon Sep 17 00:00:00 2001 From: Koncord Date: Tue, 2 May 2017 23:50:36 +0800 Subject: [PATCH] [Client] Add notification about strict order --- apps/openmw/mwmp/Networking.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/openmw/mwmp/Networking.cpp b/apps/openmw/mwmp/Networking.cpp index 7ab3d862d..8dc93ebe0 100644 --- a/apps/openmw/mwmp/Networking.cpp +++ b/apps/openmw/mwmp/Networking.cpp @@ -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++)