start reformating strings into RawMessages

This commit is contained in:
ForestOfLight
2025-10-01 00:08:48 -07:00
Unverified
parent 99972285a2
commit 7fcda7bb04
13 changed files with 79 additions and 32 deletions
@@ -23,7 +23,7 @@ export class MaterialGrabberForm {
});
} catch (e) {
if (e.message === 'Menu timed out.') {
this.player.sendMessage('§8Menu timed out.');
this.player.sendMessage({ translate: 'construct.menu.open.timeout' });
return;
}
throw e;