mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-12 12:33:54 +00:00
Update IncendoPaster.java
This commit is contained in:
@ -247,7 +247,6 @@ public final class IncendoPaster implements Paster {
|
||||
|
||||
incendoPaster.addFile(new PasteFile("config.yml", readFile(new File(Fawe.imp().getDirectory(), "config.yml"))));
|
||||
incendoPaster.addFile(new PasteFile("config-legacy.yml", readFile(new File(Fawe.imp().getDirectory(), "config-legacy.yml"))));
|
||||
incendoPaster.addFile(new PasteFile("strings.json", readFile(new File(Fawe.imp().getDirectory(), "lang/strings.json"))));
|
||||
|
||||
final String rawResponse;
|
||||
try {
|
||||
|
Reference in New Issue
Block a user