From 46e76a383327d17dd51d2c2061425602337f2ea9 Mon Sep 17 00:00:00 2001 From: FlightControl_Master Date: Fri, 10 Nov 2017 06:53:04 +0100 Subject: [PATCH] updated connect --- Moose Development/Debugger/connect.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Moose Development/Debugger/connect.lua b/Moose Development/Debugger/connect.lua index 868088dfc..6d0c41c4b 100644 --- a/Moose Development/Debugger/connect.lua +++ b/Moose Development/Debugger/connect.lua @@ -27,7 +27,7 @@ -- -- do -- sanitizeModule('os') --- sanitizeModule('io') +-- --sanitizeModule('io') -- sanitizeModule('lfs') -- require = 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! -- 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. -initconnection( "127.0.0.1", 10000, "dcsserver", nil, "win" ) +initconnection( "127.0.0.1", 10000, "dcsserver", nil, "win", "" )