mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-25 10:14:42 +02:00
Various
externalize strings plotme conversion fixes
This commit is contained in:
@ -11,7 +11,7 @@ import com.intellectualcrafters.plot.object.ConsolePlayer;
|
||||
public class NukkitCommand extends Command {
|
||||
|
||||
public NukkitCommand(String cmd, String[] aliases) {
|
||||
super(cmd, "PlotSquared command", "/plot", aliases);
|
||||
super(cmd, "Plot command", "/plot", aliases);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user