start reformating strings into RawMessages
This commit is contained in:
@@ -42,7 +42,7 @@ export class MenuForm {
|
||||
});
|
||||
} 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;
|
||||
|
||||
Reference in New Issue
Block a user