mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Add luasocket place
This commit is contained in:
parent
e229e2e381
commit
7c7722efe6
@ -11,9 +11,7 @@ _DATABASE = DATABASE:New() -- Core.Database#DATABASE
|
|||||||
|
|
||||||
_SETTINGS = SETTINGS:Set()
|
_SETTINGS = SETTINGS:Set()
|
||||||
|
|
||||||
package.path = package.path..";D:\\GitHub\\MOOSE_MISSIONS\\SPA - Spawning\\DEBUG test\\?.lua;"
|
package.path = package.path..";.\\LuaSocket\\?.lua;"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
local initconnection = require("debugger")
|
local initconnection = require("debugger")
|
||||||
initconnection( "127.0.0.1", 10000, "dcsserver", nil, "win", "C:/Users/svenv/AppData/Local/Temp/DCS/Mission/l10n/DEFAULT" )
|
initconnection( "127.0.0.1", 10000, "dcsserver", nil, "win", "C:/Users/svenv/AppData/Local/Temp/DCS/Mission/l10n/DEFAULT" )
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user