Skip to content

Commit

Permalink
fix for last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
FunkyFr3sh committed May 28, 2024
1 parent 203f6b0 commit 0b29eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ void cfg_load()
GET_BOOL(g_config.infantryhack, "infantryhack", FALSE);
GET_BOOL(g_config.stronghold_hack, "stronghold_hack", FALSE);
GET_BOOL(g_config.mgs_hack, "mgs_hack", FALSE);
//GET_BOOL(g_config.learning_company_hack, "learning_company_hack", FALSE);
GET_BOOL(g_config.learning_company_hack, "learning_company_hack", FALSE);

GameHandlesClose = GameHandlesClose || g_config.infantryhack;

Expand Down

0 comments on commit 0b29eb3

Please sign in to comment.