remove unused code snippet that was commented out that prevents terminating the program
This commit is contained in:
12
.vscode/settings.json
vendored
Normal file
12
.vscode/settings.json
vendored
Normal 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
|
||||||
|
}
|
||||||
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user