Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mobs doesn't jump when attacking/following players #8

Open
asl97 opened this issue Jun 9, 2015 · 0 comments
Open

mobs doesn't jump when attacking/following players #8

asl97 opened this issue Jun 9, 2015 · 0 comments

Comments

@asl97
Copy link

asl97 commented Jun 9, 2015

it is because self.follow wasn't check for nil (1) and it reset the self.v_start (2)
causing it to always enter here (3) and never here (4)

  1. mobs/api.lua

    Line 239 in c49cc47

    if self.follow ~= "" and not self.following then
  2. mobs/api.lua

    Line 253 in c49cc47

    self.v_start = false
  3. mobs/api.lua

    Line 351 in c49cc47

    if not self.v_start then
  4. mobs/api.lua

    Line 354 in c49cc47

    else
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant