mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-10 14:33:08 +00:00
Fixed a heckload of warnings
This commit is contained in:
parent
87a0cecb2f
commit
182f4cbd22
17 changed files with 153 additions and 163 deletions
|
@ -36,6 +36,7 @@ import java.util.UUID;
|
|||
/**
|
||||
* @author Citymonstret
|
||||
*/
|
||||
@SuppressWarnings({"unused", "deprecated", "javadoc"})
|
||||
public class Info extends SubCommand {
|
||||
|
||||
public Info() {
|
||||
|
@ -55,7 +56,7 @@ public class Info extends SubCommand {
|
|||
plot = PlayerFunctions.getCurrentPlot(player);
|
||||
} else {
|
||||
if (args.length < 2) {
|
||||
PlayerFunctions.sendMessage(player, C.INFO_SYNTAX_CONSOLE);
|
||||
PlayerFunctions.sendMessage(null, C.INFO_SYNTAX_CONSOLE);
|
||||
return false;
|
||||
}
|
||||
final PlotWorld plotworld = PlotMain.getWorldSettings(args[0]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue