mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-01-10 18:38:18 +01:00
Removed null supression in GroupManager.java
This commit is contained in:
parent
6877f95636
commit
a6bafca091
@ -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 New Issue
Block a user