mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-04-27 00:49:44 +00:00
Removed null supression in GroupManager.java
This commit is contained in:
parent
6877f95636
commit
a6bafca091
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ public class GroupManager extends JavaPlugin {
|
|||
* @param cmd
|
||||
* @param args
|
||||
*/
|
||||
@SuppressWarnings({"null", "deprecation"})
|
||||
@SuppressWarnings({"deprecation"})
|
||||
@Override
|
||||
public boolean onCommand(CommandSender sender, Command cmd, String commandLabel, String[] args) {
|
||||
boolean playerCanDo = false;
|
||||
|
|
Loading…
Reference in a new issue