1 parent ec2a115 commit 133e329Copy full SHA for 133e329
1 file changed
src/base/chat/legendary.js
@@ -37,7 +37,7 @@ wrap(() => {
37
const translateFromServerJson = global('translateFromServerJson');
38
const last = getToast(owner);
39
if (last) {
40
- last.cards.push(card);
+ last.cards.unshift(card);
41
message[2] = last.cards.join(', ');
42
last.setText(translateFromServerJson(JSON.stringify({ args: JSON.stringify(message) })));
43
last.time = Date.now(); // This toast is still relevant!
0 commit comments