mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-06 20:42:55 +00:00
pw
This commit is contained in:
parent
0dc0b29ea7
commit
439a1d440a
29 changed files with 60 additions and 61 deletions
|
@ -71,7 +71,7 @@ public class Info extends SubCommand {
|
|||
PlayerFunctions.sendMessage(null, C.INFO_SYNTAX_CONSOLE);
|
||||
return false;
|
||||
}
|
||||
final PlotWorld plotworld = PlotSquared.getWorldSettings(args[0]);
|
||||
final PlotWorld plotworld = PlotSquared.getPlotWorld(args[0]);
|
||||
if (plotworld == null) {
|
||||
PlayerFunctions.sendMessage(player, C.NOT_VALID_WORLD);
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue