mirror of
https://github.com/Crazy-Crew/CrazyAuctions.git
synced 2024-11-22 11:55:12 +01:00
remove test file
This commit is contained in:
parent
d517fcbe16
commit
190932aef5
@ -56,7 +56,7 @@ public class CrazyAuctions extends JavaPlugin {
|
||||
this.fileManager.addFile("config.yml")
|
||||
.addFile("data.yml")
|
||||
.addFile("messages.yml")
|
||||
.addFile("test-file.yml")
|
||||
//.addFile("test-file.yml")
|
||||
.init();
|
||||
|
||||
FileConfiguration configuration = Files.data.getConfiguration();
|
||||
|
@ -10,7 +10,7 @@ public enum Files {
|
||||
|
||||
config("config.yml"),
|
||||
messages("messages.yml"),
|
||||
test_file("test-file.yml"),
|
||||
//test_file("test-file.yml"),
|
||||
data("data.yml");
|
||||
|
||||
private final String fileName;
|
||||
|
@ -1,2 +0,0 @@
|
||||
#!!DO NOT DELETE!!
|
||||
#Used for unicode checking in books.
|
Loading…
Reference in New Issue
Block a user