mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Compatibility fix for lua5.4
This commit is contained in:
parent
9e1a642eb2
commit
95580a6cef
@ -80,6 +80,14 @@ def beacons_from_terrain(dcs_path: Path, path: Path) -> Iterable[tuple[str, Beac
|
||||
)
|
||||
)
|
||||
|
||||
lua.execute(
|
||||
textwrap.dedent(
|
||||
"""
|
||||
function math.pow(x,y) return x^y end
|
||||
"""
|
||||
)
|
||||
)
|
||||
|
||||
bind_gettext = lua.eval(
|
||||
textwrap.dedent(
|
||||
"""\
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user