Skip to content

Commit 4927e7a

Browse files
committed
Make world backup on server causes crash : fixed.
Signed-off-by: Pavel Erokhin (MairwunNx) <MairwunNx@gmail.com>
1 parent 8df4fac commit 4927e7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/mairwunnx/projectessentials/backup/BackupController.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ object BackupController {
6363

6464
DistExecutor.runWhenOn(Dist.DEDICATED_SERVER) {
6565
Runnable {
66-
makeBackup(EntryPoint.serverInstance.worldName)
66+
makeBackup(EntryPoint.serverInstance.folderName)
6767
}
6868
}
6969

0 commit comments

Comments
 (0)