LeonHartley / Comet-Java

Habbo emulator written in Java.
Other
4 stars 4 forks source link

Timer (wired) bug #2 #57

Open DeletedAccount56456 opened 7 years ago

DeletedAccount56456 commented 7 years ago

When you're setting the time with the wired 'wf_act_match_to_sshot' and use the wired 'wf_act_toggle_state' to let it count, it doesn't do anything.

Example: https://gyazo.com/444e16e6ea10344398939754ef3a608a

But if you're setting the time manually without wired, and use 'wf_act_toggle_state' to let it count, it works like supposed to.

Example: https://gyazo.com/46c1454bdd843fc0219a0229a683434a

So the wired 'wf_act_toggle_state' need to be able to let the timer count when it's configured via the wired 'wf_act_match_to_sshot'