(Player player)
| 27 | } |
| 28 | |
| 29 | public static void errPermDenied(Player player) { |
| 30 | err(player, "You don't have the permission to use arguments!"); |
| 31 | } |
| 32 | |
| 33 | public static boolean errFilterAction(String action, filter.FilterSearchReponse filter, boolean type) { |
| 34 | if (!filter.type.onlyPlayers) { |
no test coverage detected