Translate to Englisch

This commit is contained in:
marc-go
2026-01-06 18:21:04 +01:00
parent 95b949a40e
commit de8244815a
2 changed files with 2 additions and 2 deletions

View File

@@ -21,6 +21,6 @@ public class VoidCmd {
0 0
); );
target.teleport(loc); target.teleport(loc);
sender.sendMessage("§aErfolg!"); sender.sendMessage("§aSuccess!");
} }
} }

View File

@@ -33,6 +33,6 @@ public class ZombieCmd {
zombie.remove(); zombie.remove();
}, 200L); }, 200L);
sender.sendMessage("§aErfolg!"); sender.sendMessage("§aSuccess!");
} }
} }