Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-11-19 14:30:17 +01:00
Fix typo's
Dieser Commit ist enthalten in:
Ursprung
9241957228
Commit
8b87c08ab2
@ -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;
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren