From c860119abb0004ade0a02bf2e397091e1bcfcad2 Mon Sep 17 00:00:00 2001 From: hap Date: Tue, 26 Jul 2022 15:55:05 +0200 Subject: hegenerglaser/*: add clickable element to internal artwork that presses 2 buttons at the same time where applicable --- plugins/layout/init.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins') 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 -- cgit v1.2.3