This commit is contained in:
坏黑
2018-05-08 23:31:26 +08:00
parent 674e993105
commit 19d318a610
89 changed files with 4664 additions and 2410 deletions

View File

@@ -10,8 +10,9 @@ import org.bukkit.entity.Player;
public class ActionUtils {
public static void send(Player player, String action) {
if (player == null)
if (player == null) {
return;
}
try {
ActionBar.sendActionBar(player, action);
} catch (Throwable ignored) {