mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2025-01-18 18:33:16 +00:00
configの書き込みを実装
This commit is contained in:
parent
9142696fac
commit
3efaf30b95
|
@ -102,12 +102,14 @@ public class FileManagerImpl implements FileManager {
|
|||
|
||||
@Override
|
||||
public FileManager enableAutoCreate() {
|
||||
return null;
|
||||
this.autoCreate = true;
|
||||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
public FileManager disableRootDirCheck() {
|
||||
return null;
|
||||
this.disableRootDirCheck = true;
|
||||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue
Block a user