From 3b34b9cd3edb3fb62eda141dd7a17f9a28dd20c4 Mon Sep 17 00:00:00 2001 From: David Cernat Date: Tue, 4 Apr 2017 12:49:29 +0300 Subject: [PATCH] [Server] Fix typo in MiscellaneousFunctions --- apps/openmw-mp/Script/Functions/Miscellaneous.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/openmw-mp/Script/Functions/Miscellaneous.hpp b/apps/openmw-mp/Script/Functions/Miscellaneous.hpp index 063692d76..1a2e6121b 100644 --- a/apps/openmw-mp/Script/Functions/Miscellaneous.hpp +++ b/apps/openmw-mp/Script/Functions/Miscellaneous.hpp @@ -8,7 +8,7 @@ \ {"GetCurrentMpNum", MiscellaneousFunctions::GetCurrentMpNum},\ {"SetCurrentMpNum", MiscellaneousFunctions::SetCurrentMpNum},\ - | + \ {"LogMessage", MiscellaneousFunctions::LogMessage},\ {"LogAppend", MiscellaneousFunctions::LogAppend}