mirror of
https://github.com/GrenderG/mewdistro.git
synced 2026-04-23 09:27:36 -05:00
Repeteadly send MASTER opcode by default.
This commit is contained in:
parent
9dd1834ab5
commit
99f4012e00
|
|
@ -367,6 +367,11 @@ uint8_t handle_byte(uint8_t in, size_t *counter, clock_t *last_action) {
|
|||
connection_state = CONNECTED;
|
||||
out = PKMN_CONNECTED;
|
||||
break;
|
||||
|
||||
default:
|
||||
// By default, answer with MASTER opcode constantly.
|
||||
out = PKMN_MASTER;
|
||||
break;
|
||||
}
|
||||
break;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user