diff options
| author | 2022-07-26 15:55:05 +0200 | |
|---|---|---|
| committer | 2022-07-26 15:55:17 +0200 | |
| commit | c860119abb0004ade0a02bf2e397091e1bcfcad2 (patch) | |
| tree | 6a0d9d98df073e9405f1c38e0b782bd86dd56387 /plugins | |
| parent | c1026f31235c056f8d509360be66520fff3d9469 (diff) | |
hegenerglaser/*: add clickable element to internal artwork that presses 2 buttons at the same time where applicable
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/layout/init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/layout/init.lua b/plugins/layout/init.lua index 45b810c86b7..bcb374b8e67 100644 --- a/plugins/layout/init.lua +++ b/plugins/layout/init.lua @@ -28,6 +28,7 @@ function layout.startplugin() pairs = pairs, ipairs = ipairs, string = { format = string.format }, + tostring = tostring, table = { insert = table.insert, remove = table.remove } } local script, err = load(script, script, "t", env) if not script then |
