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", "" )