Added a popup when deck validations and other red-text errors occur

This commit is contained in:
Christian 'ketura' McCarty
2023-08-06 15:37:16 -05:00
parent eb0cbf0672
commit 548f36be87

View File

@@ -255,6 +255,7 @@ var GempLotrHallUI = Class.extend({
if (root.tagName == "error") {
var message = root.getAttribute("message");
this.chat.appendMessage(message, "warningMessage");
alert(message);
}
}
},