mirror of
https://github.com/dmolony/DiskBrowser.git
synced 2024-11-29 11:49:29 +00:00
tidying
This commit is contained in:
parent
87626f2424
commit
2036ca4b96
@ -114,8 +114,8 @@ class Character extends AbstractFile
|
|||||||
if (index > 0 && index <= spellList.size ())
|
if (index > 0 && index <= spellList.size ())
|
||||||
spellBook.add (spellList.get (index - 1));
|
spellBook.add (spellList.get (index - 1));
|
||||||
else
|
else
|
||||||
System.out.println (name + " SpellID : " + index + " is outside range 1:"
|
System.out.println ("LinkSpell: " + name + " SpellID : " + index
|
||||||
+ spellList.size ());
|
+ " is outside range 1:" + spellList.size ());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user