mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2026-08-21 21:17:30 +00:00
updated connect
This commit is contained in:
@@ -27,7 +27,7 @@
|
|||||||
--
|
--
|
||||||
-- do
|
-- do
|
||||||
-- sanitizeModule('os')
|
-- sanitizeModule('os')
|
||||||
-- sanitizeModule('io')
|
-- --sanitizeModule('io')
|
||||||
-- sanitizeModule('lfs')
|
-- sanitizeModule('lfs')
|
||||||
-- require = nil
|
-- require = nil
|
||||||
-- loadlib = nil
|
-- loadlib = nil
|
||||||
@@ -52,5 +52,5 @@ local initconnection = require("debugger")
|
|||||||
-- "dcsserver" is the name of the server. If you wanna use another name, change the name here too!
|
-- "dcsserver" is the name of the server. If you wanna use another name, change the name here too!
|
||||||
-- nil (is for transport protocol, but not using this)
|
-- nil (is for transport protocol, but not using this)
|
||||||
-- "win" don't touch. But is important to indicate that we are in a windows environment to the debugger script.
|
-- "win" don't touch. But is important to indicate that we are in a windows environment to the debugger script.
|
||||||
initconnection( "127.0.0.1", 10000, "dcsserver", nil, "win" )
|
initconnection( "127.0.0.1", 10000, "dcsserver", nil, "win", "" )
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user