Skip to content

Commit

Permalink
feat: better text
Browse files Browse the repository at this point in the history
  • Loading branch information
Fedox-die-Ente committed Sep 26, 2024
1 parent f44b1d6 commit 9581b98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public boolean onCommand(CommandSender commandSender, Command command, String s,

if (player.hasPermission("talent.admin")) {
Talent.getInstance().addCameraLocation(player.getLocation());
player.sendMessage(Constants.PLUGIN_PREFIX + "Camera Location gesetzt!");
player.sendMessage(Constants.PLUGIN_PREFIX + "Es wurde eine Kamera Position gesetzt!");
return true;
}

Expand Down

0 comments on commit 9581b98

Please sign in to comment.