mirror of
https://github.com/eaglerforge/EaglerForgeInjector
synced 2025-07-24 22:51:18 -09:00
Update Worldedit.js
This commit is contained in:
parent
7bc0e54af3
commit
aa3b371d86
@ -133,7 +133,7 @@ ModAPI.addEventListener("lib:libcustomitems:loaded", () => {
|
|||||||
}
|
}
|
||||||
if (event.command.toLowerCase().startsWith("//walls")) {
|
if (event.command.toLowerCase().startsWith("//walls")) {
|
||||||
const args = event.command.substring("//walls ".length);
|
const args = event.command.substring("//walls ".length);
|
||||||
var username = (event.sender.getName());
|
var username = ModAPI.util.str(event.sender.getName());
|
||||||
|
|
||||||
if (args) {
|
if (args) {
|
||||||
const blockTypeName = args;
|
const blockTypeName = args;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user