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}