diff options
Diffstat (limited to 'src/network/clientopcodes.h')
-rw-r--r-- | src/network/clientopcodes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/clientopcodes.h b/src/network/clientopcodes.h index 9143865b8..43a93bb4f 100644 --- a/src/network/clientopcodes.h +++ b/src/network/clientopcodes.h @@ -41,7 +41,7 @@ struct ToClientCommandHandler struct ServerCommandFactory { const char* name; - u16 channel; + u8 channel; bool reliable; }; |