dcd-server not autostarted under windows
callumenator opened this issue · 2 comments
callumenator commented
the dmd/init.lua script does not start/stop the server under win32 owing to the guard: if not _G.WIN32 then
. I guess this is not intentional? (removing the guard works fine for me under windows).
Hackerpilot commented
I put that there because I hadn't tested it.
callumenator commented
ah k