remove unused code snippet that was commented out that prevents terminating the program

This commit is contained in:
2026-04-06 21:49:20 -07:00
parent 459600cf6e
commit 962eca3375
2 changed files with 12 additions and 1 deletions

12
.vscode/settings.json vendored Normal file
View File

@@ -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
}

View File

@@ -1,4 +1,3 @@
--os.pullEvent = os.pullEventRaw
local stratumDBlib = require("stratumDBlib") local stratumDBlib = require("stratumDBlib")
local meshnetBackend = require("meshnetBackend") local meshnetBackend = require("meshnetBackend")
meshnetBackend.setTarget(10) meshnetBackend.setTarget(10)