Added cv_watermark

This commit is contained in:
Wizzard
2023-09-19 10:38:01 -04:00
parent f9db9ff1b6
commit 56f8ae79d7
8 changed files with 27 additions and 22 deletions

View File

@@ -271,7 +271,7 @@ bool protect_addr(void* ptr, int new_flags) {
int pgsz = getpagesize();
if (mprotect(p, pgsz, new_flags) == -1) {
printf("hl-cheat: error protecting %p\n", ptr);
printf("goldsource-cheat: error protecting %p\n", ptr);
return false;
}