Renamed buffer_skills.xml to SchemeBufferSkills.xml to match other branches.

This commit is contained in:
MobiusDev
2019-02-16 08:10:07 +00:00
parent 1a5b89074f
commit dacb94f13a
3 changed files with 2 additions and 2 deletions

View File

@@ -100,7 +100,7 @@ public class BufferTable
{
DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance();
DocumentBuilder db = dbf.newDocumentBuilder();
Document doc = db.parse(new File("./data/buffer_skills.xml"));
Document doc = db.parse(new File("./data/SchemeBufferSkills.xml"));
final Node n = doc.getFirstChild();