mirror of
https://github.com/dmolony/DiskBrowser.git
synced 2024-11-25 16:34:00 +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 ())
|
||||
spellBook.add (spellList.get (index - 1));
|
||||
else
|
||||
System.out.println (name + " SpellID : " + index + " is outside range 1:"
|
||||
+ spellList.size ());
|
||||
System.out.println ("LinkSpell: " + name + " SpellID : " + index
|
||||
+ " is outside range 1:" + spellList.size ());
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user