Trying stuff out... Nothing more.

This commit is contained in:
FlightControl
2017-06-29 04:52:45 +02:00
parent 975566eb3c
commit a021967295
6 changed files with 88 additions and 69 deletions

View File

@@ -0,0 +1,2 @@
__Moose.Include( __Moose.ProgramPath, 'Mission.lua' )

View File

@@ -11,3 +11,9 @@ _DATABASE = DATABASE:New() -- Core.Database#DATABASE
_SETTINGS = SETTINGS:Set()
_SETTINGS:SetSystemMenu( nil )
local initconnection = require("debugger")
initconnection( "127.0.0.1", 10000, "dcsserver", nil, nil, "C:\Program Files\Eagle Dynamics\DCS World" )
print("hello")