mirror of
https://github.com/ProjectSWGCore/Holocore.git
synced 2026-08-03 04:21:12 -04:00
Added ChunkReader interface for reading item entries combined in one chunk and updated read methods for slot iff's and profession templates
This commit is contained in:
@@ -72,7 +72,7 @@ public class SWGFile {
|
||||
|
||||
master = new IffNode("", true);
|
||||
currentForm = master;
|
||||
master.readBuffer(bb);
|
||||
master.populateFromBuffer(bb);
|
||||
type = master.getTag();
|
||||
fileName = file.getAbsolutePath();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user