Skip to content

Commit

Permalink
I have no idea why I wrote this line of code
Browse files Browse the repository at this point in the history
  • Loading branch information
djpiper28 committed Jul 16, 2021
1 parent 3690cfa commit 96eff64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ int main(int argc, char * args[]) {
int valid = 1;

// Check conf is valid
if (valid && status) {
if (status) {
if (bot.config.cockatriceUsername == NULL) {
valid = 0;
printf("[ERROR]: Cockatrice username is not defined in config.conf.\n");
Expand Down

0 comments on commit 96eff64

Please sign in to comment.