This commit is contained in:
Radim Lipovčan 2024-12-27 14:34:09 +01:00
parent 7d1e103bff
commit 3fccfabe4e

View File

@ -620,7 +620,7 @@ public class BasicView {
color = String.valueOf(ChatColor.DARK_RED);
bold = String.valueOf(ChatColor.BOLD);
msgPrefix = "\n[" color + bold + "CinematicView" + String.valueOf(ChatColor.WHITE) + "] ";
player.sendMessage(msgPrefix + "Viewing " + viewName + ".\n ");
player.sendMessage(msgPrefix + "Prohlížíš si " + viewName + ".\n ");
}
(new BukkitRunnable() {