Update IncendoPaster.java

This commit is contained in:
NotMyFault 2020-05-21 18:30:59 +02:00 committed by GitHub
parent 35c4de3484
commit 8fa493cf9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {