mirror of
https://github.com/boy0001/FastAsyncWorldedit.git
synced 2024-11-24 19:46:34 +01:00
Fixes #236
This commit is contained in:
parent
f3f78b9c27
commit
8ab28115a4
@ -253,7 +253,7 @@ public class Fawe {
|
|||||||
|
|
||||||
// Setting up config.yml
|
// Setting up config.yml
|
||||||
File file = new File(this.IMP.getDirectory(), "config.yml");
|
File file = new File(this.IMP.getDirectory(), "config.yml");
|
||||||
Settings.PLATFORM = IMP.getPlatform();
|
Settings.PLATFORM = IMP.getPlatform().replace("\"", "");
|
||||||
try {
|
try {
|
||||||
InputStream stream = getClass().getResourceAsStream("/fawe.properties");
|
InputStream stream = getClass().getResourceAsStream("/fawe.properties");
|
||||||
java.util.Scanner scanner = new java.util.Scanner(stream).useDelimiter("\\A");
|
java.util.Scanner scanner = new java.util.Scanner(stream).useDelimiter("\\A");
|
||||||
|
Loading…
Reference in New Issue
Block a user