mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-22 07:51:17 +01:00
improved comments n°2
This commit is contained in:
parent
71ac3db416
commit
5b8493df15
@ -159,6 +159,7 @@ function store_images(rid, userId, details, type, callback) {
|
||||
callback_for(userId, type, err, null);
|
||||
}
|
||||
} else {
|
||||
// no error and we have a profile or it's not a uuid
|
||||
store_skin(rid, userId, profile, details, function(err, skin_hash) {
|
||||
cache.save_hash(rid, userId, skin_hash, null, function(cache_err) {
|
||||
callback_for(userId, "skin", (err || cache_err), skin_hash);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user