This commit is contained in:
Konloch 2021-07-27 01:49:38 -07:00
parent 938170b97b
commit a4f01151d5

View file

@ -358,7 +358,7 @@ public class ResourceListPane extends TranslatedVisibleComponent implements File
File tempFile = new File(tempDirectory + fs + hash + fs + name + "." + extension);
if(!tempFile.exists())
{
DiskWriter.replaceFileBytes(tempFile.getAbsolutePath(), container.resourceFiles.get(name), false);
DiskWriter.replaceFileBytes(tempFile.getAbsolutePath(), content, false);
try
{