Skip to content

Commit

Permalink
Update Worldedit.js
Browse files Browse the repository at this point in the history
  • Loading branch information
radmanplays authored Sep 13, 2024
1 parent 7bc0e54 commit aa3b371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examplemods/Worldedit.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ ModAPI.addEventListener("lib:libcustomitems:loaded", () => {
}
if (event.command.toLowerCase().startsWith("//walls")) {
const args = event.command.substring("//walls ".length);
var username = (event.sender.getName());
var username = ModAPI.util.str(event.sender.getName());

if (args) {
const blockTypeName = args;
Expand Down

0 comments on commit aa3b371

Please sign in to comment.