Skip to content

Fix Lua warning when accessing custom field on mobjinfo

Hanicef requested to merge Hanicef/SRB2:fix-mobjinfo-custom-field into next

A miss on the Lua field optimizations, where Lua_optoption was not applied on the getter.

Kudos to @SteelT for noticing.

Fixes #1043 (closed)

Merge request reports