This commit is contained in:
yaohunya 2025-07-12 02:32:21 +08:00
parent 9494933930
commit 9c36b7983e
2 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ public class RewardData {
command = command.replace("%p%", playerName); command = command.replace("%p%", playerName);
// 执行命令 // 执行命令
player.performCommand(command); Bukkit.dispatchCommand(Bukkit.getConsoleSender(),command);
} }
// 记录日志 // 记录日志