1 |
@aeonios , I want you to know that your feedback about CBAI is really awesome, I appreciate it very much!!
|
1 |
@aeonios , I want you to know that your feedback about CBAI is really awesome, I appreciate it very much!!
|
2 |
\n
|
2 |
\n
|
3 |
But I accidentally give you buggy patch *ops!*
|
3 |
But I accidentally give you buggy patch *ops!*
|
4 |
You see in http://pastebin.com/vWALKF6Y there's a code that look like the following:
|
4 |
You see in http://pastebin.com/vWALKF6Y there's a code that look like the following:
|
5 |
[quote]
|
5 |
[quote]
|
6 |
myQueue[key] = nil --remove queue
|
6 |
myQueue[key] = nil --remove queue
|
7 |
isOverlap = true --return true
|
7 |
isOverlap = true --return true
|
8 |
|
8 |
|
9 |
StopAnyLeader(key)
|
9 |
StopAnyLeader(key)
|
10 |
StopAnyAssistant(key)
|
10 |
StopAnyAssistant(key)
|
11 |
break;
|
11 |
break;
|
12 |
[/quote]
|
12 |
[/quote]
|
13 |
pls
move
the
line
containing
"myQueue[key]
=
nil"
to
after
the
line
that
contain
"StopAny***(
)
"
,
to
fix
NIL
error
when
cancelling
command.
|
13 |
pls
move
the
line
containing
"myQueue[key]
=
nil"
to
after
the
line
that
contain
"StopAny***(
key)
"
,
to
fix
NIL
error
when
cancelling
command.
|
14 |
\n
|
14 |
\n
|
15 |
Thankyou very much!
|
15 |
Thankyou very much!
|