Add 'hw standalone' to jump to standalone mode from command line or script
This commit is contained in:
@@ -1757,6 +1757,10 @@ static void PacketReceived(PacketCommandNG *packet) {
|
||||
SendStatus();
|
||||
break;
|
||||
}
|
||||
case CMD_STANDALONE: {
|
||||
RunMod();
|
||||
break;
|
||||
}
|
||||
case CMD_CAPABILITIES: {
|
||||
SendCapabilities();
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user