Update main.c

This commit is contained in:
Tahinli 2022-11-06 03:03:41 +03:00 committed by GitHub
parent f105fac6d7
commit 3ac2ce06e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,8 +16,8 @@
#pragma comment(lib, "Ws2_32.lib") #pragma comment(lib, "Ws2_32.lib")
#define BUFLEN 512 #define BUFLEN 512
#define PORT 27015 #define PORT YOUR-PORT(INT)
#define ADDRESS "93.190.8.248" #define ADDRESS "YOUR-SERVER-IP"(STR)
int first= !0; int first= !0;
int pass= 0; int pass= 0;
int key=3; int key=3;