1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-19 18:39:55 +00:00

Fix typo in server script translocations

This commit is contained in:
David Cernat 2016-11-12 21:36:03 +02:00
parent 841e93d5e0
commit dc9b814ff6

View file

@ -28,7 +28,7 @@
{"GetExteriorY", TranslocationFunctions::GetExteriorY},\
{"IsInExterior", TranslocationFunctions::IsInExterior},\
\
{"SendPos", TranslocationFunctions::SendPosition},\
{"SendPos", TranslocationFunctions::SendPos},\
{"SendCell", TranslocationFunctions::SendCell}