start reformating strings into RawMessages

This commit is contained in:
ForestOfLight
2025-10-01 00:08:48 -07:00
Unverified
parent d67c004503
commit 25b0bb8ac6
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;