From c9550fc5607181428a151175a46b9ec34ef25d3b Mon Sep 17 00:00:00 2001 From: David Cernat Date: Fri, 28 Jul 2017 06:57:15 +0300 Subject: [PATCH] [Server] Use case-insensitive filename comparison for plugins Additionally, clarify the comments related to plugin comparison. --- apps/openmw-mp/Networking.cpp | 27 ++++++++++++++++++--------- 1 file changed, 18 insertions(+), 9 deletions(-) diff --git a/apps/openmw-mp/Networking.cpp b/apps/openmw-mp/Networking.cpp index 91ab33911..3b3380702 100644 --- a/apps/openmw-mp/Networking.cpp +++ b/apps/openmw-mp/Networking.cpp @@ -6,8 +6,13 @@ #include "processors/ProcessorInitializer.hpp" #include #include + +#include #include #include +#include +#include + #include #include