mirror of
https://github.com/GrenderG/mewdistro.git
synced 2026-09-10 19:45:18 -05:00
Repeteadly send MASTER opcode by default.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user