Skip to content

Commit

Permalink
removed wrong if statement
Browse files Browse the repository at this point in the history
  • Loading branch information
al-eax committed Jun 27, 2019
1 parent b7ae9cd commit 793b20a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Cheat Engine/ceserver/ceserver.c
Original file line number Diff line number Diff line change
Expand Up @@ -1189,8 +1189,6 @@ int main(int argc, char *argv[])
{
debug_log("TESTMODE\n");
pthread_create(&pth, NULL, (void *)CESERVERTEST, argv);
}else if((strcmp(argv[1], "PORT")==0)){

}
}
#endif
Expand Down

0 comments on commit 793b20a

Please sign in to comment.