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:
parent
841e93d5e0
commit
dc9b814ff6
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
{"GetExteriorY", TranslocationFunctions::GetExteriorY},\
|
||||
{"IsInExterior", TranslocationFunctions::IsInExterior},\
|
||||
\
|
||||
{"SendPos", TranslocationFunctions::SendPosition},\
|
||||
{"SendPos", TranslocationFunctions::SendPos},\
|
||||
{"SendCell", TranslocationFunctions::SendCell}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue