Skip to content

Commit

Permalink
Change wording
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexProgrammerDE committed Feb 18, 2024
1 parent e62b597 commit 0311508
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -535,9 +535,9 @@ public void postConstruct() {
literal("calc")
.executes(
help(
"Attempts to crash the server with a calculation",
"Attempts to crash the server with a WorldEdit calculation",
c -> {
log.info("Attempting to crash the server with a calculation");
log.info("Attempting to crash the server with a WorldEdit calculation");

return forEveryBot(
c,
Expand All @@ -552,9 +552,9 @@ public void postConstruct() {
literal("fly")
.executes(
help(
"Attempts to crash the server with flying",
"Attempts to crash the server with flying fast",
c -> {
log.info("Attempting to crash the server with flying");
log.info("Attempting to crash the server with flying fast");

return forEveryBot(
c,
Expand Down Expand Up @@ -614,9 +614,9 @@ public void postConstruct() {
literal("permissionsex")
.executes(
help(
"Attempts to crash the server with Permissionsex",
"Attempts to crash the server with PermissionsEx",
c -> {
log.info("Attempting to crash the server with Permissionsex");
log.info("Attempting to crash the server with PermissionsEx");

return forEveryBot(
c,
Expand Down

0 comments on commit 0311508

Please sign in to comment.