This commit is contained in:
Jesse Boyd 2016-08-15 09:20:49 +10:00
parent f3f78b9c27
commit 8ab28115a4

View File

@ -253,7 +253,7 @@ public class Fawe {
// Setting up config.yml
File file = new File(this.IMP.getDirectory(), "config.yml");
Settings.PLATFORM = IMP.getPlatform();
Settings.PLATFORM = IMP.getPlatform().replace("\"", "");
try {
InputStream stream = getClass().getResourceAsStream("/fawe.properties");
java.util.Scanner scanner = new java.util.Scanner(stream).useDelimiter("\\A");