fix avatars

This commit is contained in:
2025-05-25 05:21:35 +03:00
parent ca0256268b
commit 82fb724770
2 changed files with 2 additions and 2 deletions

View File

@ -203,7 +203,7 @@ function util.destroy_avatar(avatar_id)
return
end
local file_path = "static" .. avatar.file_path
local file_path = "data/static" .. avatar.file_path
local f = io.open(file_path, "r")
if not f then
print("can't open avatar file")