dndrks / cheat_codes_2

cheat codes 2
https://l.llllllll.co/cheat-codes-2
26 stars 14 forks source link

bug in tracker.lua #47

Closed jaseknighter closed 1 year ago

jaseknighter commented 2 years ago

this just popped up in the lua code checker i have in visual studio...so i haven't actually replicated this issue.

line 120 of tracker.lua references the get_tick function when it should be calling the function (i.e. a () is missing).

so... self:set_tick(self:get_tick + 1) should be changed to... self:set_tick(self:get_tick() + 1)

dndrks commented 2 years ago

thanks so much for the eyes, jonathan! tracker is old / dead code, unused by the script, so will remove it tomorrow! 🌈✨

On Thu, Jun 2, 2022 at 3:18 PM Jonathan Snyder @.***> wrote:

this just popped up by the lua code checker i have in visual basic...so i haven't actually replicated this issue.

line 120 of tracker.lua references the get_tick function when it should be calling the function (i.e. a () is missing).

so... self:set_tick(self:get_tick + 1) should be changed to... self:set_tick(self:get_tick()

  • 1)

— Reply to this email directly, view it on GitHub https://github.com/dndrks/cheat_codes_2/issues/47, or unsubscribe https://github.com/notifications/unsubscribe-auth/AF5L2HDKJJ6VCFKD6RQR7CDVNECHNANCNFSM5XV6KTSQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

dndrks commented 1 year ago

dang, tomorrow sure took a long time! removed :)))) tytyty for looking out!!