new authentication interface

This commit is contained in:
Anonymous275
2020-12-07 14:33:55 +02:00
parent fa31090143
commit cf459a67d0
43 changed files with 16747 additions and 17 deletions

View File

@@ -118,7 +118,7 @@ void GameHandler(SOCKET Client){
Memory.detach();
once = true;
}
//Read byte by byte until '>' is rcved then get the size and read based on it
int32_t Size,Temp,Rcv;
char Header[10] = {0};
do{