From 962eca3375184aa8bd96d031ddfbee1e7c99246d Mon Sep 17 00:00:00 2001 From: Rivulet Date: Mon, 6 Apr 2026 21:49:20 -0700 Subject: [PATCH] remove unused code snippet that was commented out that prevents terminating the program --- .vscode/settings.json | 12 ++++++++++++ startup.lua | 1 - 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..189b675 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,12 @@ +{ + "Lua.workspace.library": [ + "/home/ruffles/.vscode/extensions/pawz.polytoria-lua-1.1.1/api", + "${addons}/cc-tweaked/module/library" + ], + "Lua.runtime.version": "Lua 5.3", + "Lua.runtime.builtin": { + "io": "disable", + "os": "disable" + }, + "Lua.workspace.checkThirdParty": false +} \ No newline at end of file diff --git a/startup.lua b/startup.lua index 32e73fa..edf49d2 100644 --- a/startup.lua +++ b/startup.lua @@ -1,4 +1,3 @@ ---os.pullEvent = os.pullEventRaw local stratumDBlib = require("stratumDBlib") local meshnetBackend = require("meshnetBackend") meshnetBackend.setTarget(10)