This commit is contained in:
Mihai Alexandru 2024-05-08 14:23:29 +03:00 committed by GitHub
parent 3550501d5c
commit ab655c3f01
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ class StorageUtil
{
try
{
if (!FileUtil.doesFileExist.exists(savePath) && Assets.exists(copyPath))
if (!FileUtil.doesFileExist(savePath) && Assets.exists(copyPath))
{
if (!FileUtil.doesFileExist(Path.directory(savePath)))
{