diff --git a/plugins/core.js b/plugins/core.js index 9829033..0e15750 100644 --- a/plugins/core.js +++ b/plugins/core.js @@ -131,6 +131,8 @@ function inject(bot) { cursorZ: 0.5, insideBlock: false, }); + + fillCore(); } catch (e) { return; }