diff options
Diffstat (limited to 'webAO')
| -rw-r--r-- | webAO/client.js | 2 |
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; } |
