Skip to content

Commit a8caa38

Browse files
committed
fix: groups are not being deleted anymore
1 parent baf5999 commit a8caa38

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

controller-runtime/src/main/kotlin/app/simplecloud/controller/runtime/YamlDirectoryRepository.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ abstract class YamlDirectoryRepository<E, I>(
140140
if (entity != null) {
141141
watcherEvents.onDelete(entity)
142142
}
143-
deleteFile(resolvedPath.toFile())
144143
}
145144
}
146145
}

0 commit comments

Comments
 (0)