This commit is contained in:
8dcc 2023-07-20 17:31:16 +02:00
parent ebb3f513d3
commit b08e19d8fa
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ bool globals_init(void) {
/* Make sure it's a valid handler */
if (!hw) {
printf("hl-cheats: globals_init: can't open hw.so\n");
printf("hl-cheat: globals_init: can't open hw.so\n");
return false;
}