mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Fix typo's
This commit is contained in:
parent
9241957228
commit
8b87c08ab2
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ public class WebUtils {
|
|||
|
||||
if (cachedSize == size && cachedEtag.equals(con.getHeaderField("ETag")) &&
|
||||
cachedLastModified == con.getLastModified() && downloadLocation.toFile().exists()) {
|
||||
logger.info("Using cached pack (%s) for %s.".formatted(downloadLocation.getFileName(), url));
|
||||
logger.debug("Using cached pack (%s) for %s.".formatted(downloadLocation.getFileName(), url));
|
||||
downloadLocation.toFile().setLastModified(System.currentTimeMillis());
|
||||
packMetadata.toFile().setLastModified(System.currentTimeMillis());
|
||||
return downloadLocation;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue