We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0be7ab commit 093e621Copy full SHA for 093e621
src/network/clientopcodes.h
@@ -41,7 +41,7 @@ struct ToClientCommandHandler
41
struct ServerCommandFactory
42
{
43
const char* name;
44
- u16 channel;
+ u8 channel;
45
bool reliable;
46
};
47
src/network/serveropcodes.h
@@ -41,7 +41,7 @@ struct ToServerCommandHandler
struct ClientCommandFactory
0 commit comments