Skip to content
This repository has been archived by the owner on Mar 26, 2018. It is now read-only.

Commit

Permalink
Disable DisableQuakeEffect for clients that have /quake support
Browse files Browse the repository at this point in the history
  • Loading branch information
secretdataz committed Feb 15, 2018
1 parent 385ac7e commit 415bfa0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Patches/DisableQuakeEffect.qs
Expand Up @@ -66,4 +66,8 @@ function DisableQuakeEffect() {
exe.replace(offset2, " C2 14 00", PTYPE_HEX);

return true;
}
}

function DisableQuakeEffect_() {
return exe.findString("/quake", RVA) !== -1;
}

0 comments on commit 415bfa0

Please sign in to comment.