Critical error

Discussion in 'Plugin Development' started by pie_flavor, Jan 29, 2015.

Thread Status:
Not open for further replies.
  1. Offline

    pie_flavor

    Well here's a fun little error.
    http://pastebin.com/fim9w0yW
    I created a null-holder hopper inventory that the player can shove items into (request thread). This happens every time I shift-click an item into the inventory. Nothing else works contrary to expectations.
     
  2. Offline

    Konato_K

    Well there is a recursive call somewhere, that's all I can see
    @pie_flavor
     
  3. Offline

    pie_flavor

    @Konato_K Correctamundo. Decompiler agrees with me.
     
  4. Offline

    _Filip

    i think what hes trying to say is that you should end the recursion
     
  5. Offline

    pie_flavor

    @_Filip How would i do dat? In the code, the method calls another method which calls the first method again. I can't edit what the bukkit method contains, just my own code.
     
  6. Offline

    FerusGrim

    It would be pretty cool if we could see any of your code.
     
Thread Status:
Not open for further replies.

Share This Page