Skip to content

Commit a100fe3

Browse files
committed
push
1 parent d84596d commit a100fe3

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/org/maxgamer/quickshop/util/language/text/distributions/crowdin

1 file changed

+1
-1
lines changed

src/main/java/org/maxgamer/quickshop/util/language/text/distributions/crowdin/CrowdinOTA.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ public String getFile(String fileCrowdinPath, String crowdinLocale, boolean forc
148148
data = Util.readToString(cachedDataFile);
149149
cacheMetadata.set(pathHash + ".timestamp", manifest.getTimestamp());
150150
cacheMetadata.save(metadataFile);
151-
return new String(bin, StandardCharsets.UTF_8);
151+
return data;
152152
}
153153
// if (data == null) {
154154
// cacheMetadata.set(pathHash, null);

0 commit comments

Comments
 (0)