Loading...
  OR  Zero-K Name:    Password:   

Post edit history

Central Build Widget

To display differences between versions, select one or more edits in the list using checkboxes and click "diff selected"
Post edit history
Date Editor Before After
4/17/2015 1:40:19 PMMYrankxponen before revert after revert
4/17/2015 1:39:43 PMMYrankxponen before revert after revert
4/17/2015 1:38:57 PMMYrankxponen before revert after revert
4/17/2015 1:38:05 PMMYrankxponen before revert after revert
4/17/2015 1:37:54 PMMYrankxponen before revert after revert
4/17/2015 1:37:27 PMMYrankxponen before revert after revert
Before After
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!