mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2025-02-11 19:50:30 +00:00
Whoops
This commit is contained in:
parent
3582d1ffed
commit
b93972c1c2
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue