mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Trying stuff out... Nothing more.
This commit is contained in:
2
Moose Development/Moose/Mission.lua
Normal file
2
Moose Development/Moose/Mission.lua
Normal file
@@ -0,0 +1,2 @@
|
||||
|
||||
__Moose.Include( __Moose.ProgramPath, 'Mission.lua' )
|
||||
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user