mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 09:47:38 +00:00
Fixed WorldEdit unpacking the wrong config.yml.
This commit is contained in:
parent
a3a6092113
commit
87f172b4ed
@ -169,7 +169,7 @@ public class WorldEditPlugin extends JavaPlugin {
|
||||
if (!actual.exists()) {
|
||||
|
||||
InputStream input =
|
||||
this.getClass().getResourceAsStream("/defaults/" + name);
|
||||
WorldEdit.class.getResourceAsStream("/defaults/" + name);
|
||||
if (input != null) {
|
||||
FileOutputStream output = null;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user