aboutsummaryrefslogtreecommitdiff
path: root/webAO/client.js
diff options
context:
space:
mode:
Diffstat (limited to 'webAO/client.js')
-rw-r--r--webAO/client.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/client.js b/webAO/client.js
index 7a0f467..411a8b1 100644
--- a/webAO/client.js
+++ b/webAO/client.js
@@ -1504,7 +1504,7 @@ window.changeCharacter = changeCharacter;
* @param {HTMLImageElement} image the element containing the missing image
*/
export function charError(image) {
- image.onerror = "";
+ console.warn(image.src+" is missing from webAO");
image.src = "misc/placeholder.gif";
return true;
}