Thread: Orphaned Case (Will give blowjob)

Results 1 to 3 of 3
  1. #1 Orphaned Case (Will give blowjob) 
    Member
    Join Date
    Jul 2009
    Posts
    117
    Thanks given
    1
    Thanks received
    0
    Rep Power
    0
    Ok while adding some shops i accidentally made did this

    Code:
    if(NPCID == id){
    PutNPCCoords = true;
    WanneShop = id;
    }
    } <-------Excess '}'
    But i was unaware at the time. When i compiled i got 100 errors so unaware of the excess' }' i went to the first error and removed the '}' in the line. Only trouble is that i later found out the problem, and i cant remember where i removed the '}'. Now when i compile i get
    Quote Originally Posted by Error
    client.java:11741: orphaned case
    case 17:
    ^
    1 error
    Finished!
    Press any key to continue . . .
    Any help? (I will post my Case 17 if needed)
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    Jul 2008
    Age
    28
    Posts
    5,827
    Thanks given
    1,301
    Thanks received
    197
    Rep Power
    0
    Post the entire method its in, and il fix it and explain whats wrong.
    Reply With Quote  
     

  3. #3  
    Member
    Join Date
    Jul 2009
    Posts
    117
    Thanks given
    1
    Thanks received
    0
    Rep Power
    0
    Its in
    private void parseIncomingPackets() {

    but erm... hold on while i C&P the entire thing
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •