Added a comment

Just added a comment in DungeonHelper.
This commit is contained in:
SenseiKiwi 2013-06-17 06:34:35 -04:00
parent 30960acffa
commit b9f95a284a

View file

@ -686,6 +686,7 @@ public class DungeonHelper
for (DungeonGenerator dungeon : dungeons)
{
//Retrieve the file name and strip off the file extension
schematic = new File(dungeon.schematicPath);
name = schematic.getName();
name = name.substring(0, name.length() - SCHEMATIC_FILE_EXTENSION.length());