Pleas and Troubleshooting > Bugs and glitches

clan roster, page 2 ?

<< < (2/3) > >>

micahdg:
How many lines is the chat history? 64? :P

1869_Flame:
so.. when does it get set to 50 ?  :-\

eGI:
Whenever micah gets to it, don't rush him, he's a busy guy (or at least that is the argument I am going to use)

micahdg:
Okay I bumped up everything that looked related to numbers of lines to 50. There are so many redundant and undocumented settings in the simpleclans config that it's very hard to tell what you're changing and whether it will be sufficient. Feedback is welcomed.

1869_Flame:
If i see correct, and understand java correct, there is a bug in the source.
If i look in RosterCommand.java or the RosterAnyCommand.java i see this code:

--- Code: ---public void execute(Player player, String[] args)
{
        int page = CraftCommandManager.getPage(args);
......

--- End code ---

so looking at the getPage method, i see this:

--- Code: ---public static int getPage(String[] args)
{       
  if (args.length == 1)
   {           
     return getPage(args[0]);
   }       
 return 0;
    }
--- End code ---
But the parm args are not set in that roster command if i understand correct, so it will always return 0.
I think this is why there is no roster page 2

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version