Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files
Disable DisableQuakeEffect for clients that have /quake support
  • Loading branch information
secretdataz committed Feb 15, 2018
1 parent 385ac7e commit 415bfa0c4d9d9895f4945525a8550446658b4803
Showing with 5 additions and 1 deletion.
  1. +5 −1 Patches/DisableQuakeEffect.qs
@@ -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.