Commit d1865a8f authored by nanahira's avatar nanahira

bump

parent 45fa6ffd
......@@ -15,6 +15,7 @@ app.plugin(ConsolePlugin, {
open: false,
});
app.plugin(SandboxPlugin);
// app.plugin(SandboxPlugin);
// Some extras
app.plugin(ExtrasInDev);
......
This diff is collapsed.
......@@ -20,7 +20,7 @@ export default class MinecraftInfoPlugin extends StarterPlugin() {
let text = '';
if (result.favicon?.startsWith('data:image/png;base64,')) {
const base64Text = result.favicon.slice(22).replace(/\n/g, '');
text += segment.image(`base64://${base64Text}`);
text += segment.image(`base64://${base64Text}`).toString();
text += '\n';
}
return text;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment