Fix minor doc error, throw error when attempting to assign a value to a non-existing global variable in lua

This commit is contained in:
Zackhasacat 2023-11-03 16:31:23 +00:00 committed by Evil Eye
parent 6f4e7ed5dc
commit dd87d01f06
2 changed files with 1 additions and 2 deletions

View file

@ -930,7 +930,6 @@
-- Whether teleportation for this player is enabled.
-- @function [parent=#Player] isTeleportingEnabled
-- @param openmw.core#GameObject player
-- @param #boolean player
-- @return #boolean
---