From 0311508886d2266b9f77074138f8ab14643c7c38 Mon Sep 17 00:00:00 2001 From: AlexProgrammerDE <40795980+AlexProgrammerDE@users.noreply.github.com> Date: Sun, 18 Feb 2024 16:25:14 +0100 Subject: [PATCH] Change wording --- .../soulfire/server/ServerCommandManager.java | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/main/java/net/pistonmaster/soulfire/server/ServerCommandManager.java b/src/main/java/net/pistonmaster/soulfire/server/ServerCommandManager.java index f9fb297b4..ca2ea3d28 100644 --- a/src/main/java/net/pistonmaster/soulfire/server/ServerCommandManager.java +++ b/src/main/java/net/pistonmaster/soulfire/server/ServerCommandManager.java @@ -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, @@ -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, @@ -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,