Skip to content

Commit c23dfaa

Browse files
committed
ez -> e-z
1 parent e93036f commit c23dfaa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/contracts/minecraftCommand.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ class minecraftCommand {
3131
return;
3232
}
3333

34+
message = message.replaceAll("ez", "e-z").replaceAll("EZ", "E-Z");
35+
3436
const startTime = Date.now();
3537
const maxExecutionTime = 10000;
3638

0 commit comments

Comments
 (0)