cache valid UUIDs without skin

This commit is contained in:
jomo 2014-11-08 01:16:46 +01:00
parent 230444f866
commit 653590228f

View File

@ -49,6 +49,7 @@ function store_images(uuid, details, callback) {
} }
} else { } else {
// profile found, but has no skin // profile found, but has no skin
cache.save_hash(uuid, null);
callback(null, null); callback(null, null);
} }
} }