Add 'hw standalone' to jump to standalone mode from command line or script

This commit is contained in:
Philippe Teuwen 2019-07-15 22:31:19 +02:00
commit d8763509de
4 changed files with 15 additions and 1 deletions

View file

@ -1757,6 +1757,10 @@ static void PacketReceived(PacketCommandNG *packet) {
SendStatus();
break;
}
case CMD_STANDALONE: {
RunMod();
break;
}
case CMD_CAPABILITIES: {
SendCapabilities();
break;