mirror of
https://github.com/ProjectSWGCore/Holocore.git
synced 2026-07-31 01:15:50 -04:00
IffNodes now use an iterator and closed the FileInputStream after creation of IFFNodes for an SWGFile
Removed unused import statements and generified a few variables for ClientData classes
This commit is contained in:
@@ -75,6 +75,8 @@ public class SWGFile {
|
||||
master.populateFromBuffer(bb);
|
||||
type = master.getTag();
|
||||
fileName = file.getAbsolutePath();
|
||||
|
||||
inputStream.close();
|
||||
}
|
||||
|
||||
public IffNode addForm(String tag) {
|
||||
|
||||
Reference in New Issue
Block a user