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

Someone said add twerk #476

Merged
merged 2 commits into from
Feb 11, 2021
Merged

Someone said add twerk #476

merged 2 commits into from
Feb 11, 2021

Conversation

FloppyDolphin57
Copy link
Contributor

No description provided.

@richardletshacks
Copy link
Collaborator

#475

@FloppyDolphin57
Copy link
Contributor Author

#475

yes i just saw this lol but mine is more gamery

return ("Twerk");
}

void Twerk::onTick(C_GameMode* gm) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This entire function can be simplified into

if((Odelay++ % (delay * 20)) == 0){
    g_Data.getClientInstance()->getMoveTurnInput()->isSneakDown = !gm->player->isSneaking();
}

if ur gonna add twerk, you gotta do it right smh

/s

@GodGamer029 GodGamer029 merged commit b5a0838 into horionclient:master Feb 11, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants