Added a comment
Just added a comment in DungeonHelper.
This commit is contained in:
parent
30960acffa
commit
b9f95a284a
1 changed files with 1 additions and 0 deletions
|
@ -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());
|
||||
|
|
Loading…
Reference in a new issue