Skip to content

Commit aa90562

Browse files
committed
Fix capes folder
1 parent ccb863f commit aa90562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/main/kotlin/com/lambda/util/FolderRegister.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ object FolderRegister : Loadable {
5151
val structure: Path = lambda.resolve("structure")
5252

5353
override fun load(): String {
54-
val folders = listOf(lambda, config, packetLogs, replay, cache, structure)
54+
val folders = listOf(lambda, config, packetLogs, replay, cache, capes, structure)
5555
val createdFolders = folders.mapNotNull {
5656
if (it.notExists()) {
5757
it.createDirectories()

0 commit comments

Comments
 (0)