From 83290a81643e42147d664343964363451ef3e54f Mon Sep 17 00:00:00 2001 From: Thomas Muller Date: Sun, 7 Nov 2021 17:19:37 -0500 Subject: [PATCH] Let me do what I want "Enable this only if you absolutely trust all users on your server and all Lua code you run." "only enable this is you know what you're doing." Bitch dont tell me what to do, I trust no one and dont know what im doing But im going to do it anyway --- config/opencomputers/settings.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/opencomputers/settings.conf b/config/opencomputers/settings.conf index 2da9289..ba59bfe 100644 --- a/config/opencomputers/settings.conf +++ b/config/opencomputers/settings.conf @@ -198,7 +198,7 @@ opencomputers { # code can easily be used for exploits, running arbitrary code on the # real server! I cannot stress this enough: only enable this is you # know what you're doing. - allowBytecode=false + allowBytecode=true # Whether to allow user defined __gc callbacks, i.e. __gc callbacks # defined *inside* the sandbox. Since garbage collection callbacks