mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-21 23:41:18 +01:00
add missing parameter
This commit is contained in:
parent
73f5b6b182
commit
6e118dc496
@ -126,7 +126,7 @@ function store_images(uuid, details, type, callback) {
|
||||
currently_running.push(new_hash);
|
||||
networking.get_profile((isUUID ? uuid : null), function(err, profile) {
|
||||
if (err || (isUUID && !profile)) {
|
||||
callback_for(uuid, err, null);
|
||||
callback_for(uuid, type, err, null);
|
||||
} else {
|
||||
store_skin(uuid, profile, details, function(err, skin_hash) {
|
||||
cache.save_hash(uuid, skin_hash, null);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user