Whoops
This commit is contained in:
parent
3582d1ffed
commit
b93972c1c2
@ -424,7 +424,7 @@ public class DisguiseUtilities {
|
||||
getFile.setAccessible(true);
|
||||
|
||||
File theirFile = (File) getFile.invoke(ProtocolLibrary.getPlugin());
|
||||
dest = new File(Bukkit.getUpdateFolderFile().getParentFile(), theirFile.getName());
|
||||
dest = new File(Bukkit.getUpdateFolderFile(), theirFile.getName());
|
||||
}
|
||||
|
||||
if (!dest.exists()) {
|
||||
|
Loading…
Reference in New Issue
Block a user