Typo concateLines
This commit is contained in:
parent
0305238932
commit
786e62c159
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ public class WrapperInventoryRange implements IInventory
|
|||
int[] slots;
|
||||
protected boolean ignoreValidItems = false;
|
||||
|
||||
public static String concateLines(int[] s, String separator)
|
||||
public static String concatLines(int[] s, String separator)
|
||||
{
|
||||
if ( s.length > 0 )
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue