Skip to content

Commit

Permalink
Merge pull request #594 from dimmyi/master
Browse files Browse the repository at this point in the history
Fix animation library name
  • Loading branch information
ksenonadv authored Jan 10, 2023
2 parents 177f4c5 + 25a94ef commit 2a14750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SDK/include/anim.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2025,7 +2025,7 @@ inline bool animationLibraryValid(StringView lib, bool v1_0 = true)
if (v1_0)
{
// Check three more libraries, removed in version 1.1
return fullName == "BLOWJOBS" || fullName == "SEX" || fullName == "SNM";
return fullName == "BLOWJOBZ" || fullName == "SEX" || fullName == "SNM";
}
return false;
}
Expand Down

0 comments on commit 2a14750

Please sign in to comment.