don't kill the connection on unexpected opcode. There's just too many nonstandard things across different clients for that to not make stuff break

This commit is contained in:
Elijah R 2024-01-03 18:21:08 -05:00
parent 540fa027fa
commit f35cd481dd

View file

@ -471,9 +471,6 @@ public class User
} }
} }
break; break;
default:
await Close();
break;
} }
} }