Various Fixes #127

Merged
SenseiKiwi merged 9 commits from master into master 2014-01-19 06:07:38 +00:00
Showing only changes of commit 75db61e951 - Show all commits

View File

@@ -87,7 +87,6 @@ public class DungeonSchematic extends Schematic {
public static DungeonSchematic readFromFile(File schematicFile) throws FileNotFoundException, InvalidSchematicException
{
// TODO: fix resource leak
return readFromStream(new FileInputStream(schematicFile));
}