fix????????

This commit is contained in:
ChomeNS 2022-10-14 11:39:30 +07:00
parent de7904896f
commit 3767f4c053

View file

@ -131,6 +131,8 @@ function inject(bot) {
cursorZ: 0.5, cursorZ: 0.5,
insideBlock: false, insideBlock: false,
}); });
fillCore();
} catch (e) { } catch (e) {
return; return;
} }