From dc9b814ff67aec248c2bde2c2e4fae9f4d675f63 Mon Sep 17 00:00:00 2001 From: David Cernat Date: Sat, 12 Nov 2016 21:36:03 +0200 Subject: [PATCH] Fix typo in server script translocations --- apps/openmw-mp/Script/Functions/Translocations.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/openmw-mp/Script/Functions/Translocations.hpp b/apps/openmw-mp/Script/Functions/Translocations.hpp index 96e4bb600..72a8b493a 100644 --- a/apps/openmw-mp/Script/Functions/Translocations.hpp +++ b/apps/openmw-mp/Script/Functions/Translocations.hpp @@ -28,7 +28,7 @@ {"GetExteriorY", TranslocationFunctions::GetExteriorY},\ {"IsInExterior", TranslocationFunctions::IsInExterior},\ \ - {"SendPos", TranslocationFunctions::SendPosition},\ + {"SendPos", TranslocationFunctions::SendPos},\ {"SendCell", TranslocationFunctions::SendCell}