Da-Teach/Questor

dont work parameter r|runtime

xelj opened this issue · 4 comments

xelj commented

"r|runtime=", "Quit Questor after {RUNTIME} minutes."
I tried to use dotnet questor questor -u MyLogin -p MyPass -c "Charname" -r 10
Questor works, but does not quit after the expiration of the time.

Did you run a mission or just launch Questor and wait 10 minutes? Questor does not quit until after your mission is over. Also, if you never run a mission it will never quit.

xelj commented

run mission 8-9hours,autostart on, also tried set 100,400, 500 min

this has been fixed in my tree:
the help text said minutes, the code added hours.

I kept both behaviors, if you specify 10 or less it assumes hours. 11 or more it assumes minutes.
ISeeDEDPpl@49394f1

xelj commented

thx for help