1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 03:35:51 +00:00

Split a line for readability

This commit is contained in:
Sfiguz7 2020-05-11 01:46:12 +02:00
parent e021fb9ce3
commit cedd749edb

View File

@ -35,7 +35,8 @@ class BackpackCommand extends SubCommand {
return; return;
} }
if (args.length != 3) { if (args.length != 3) {
SlimefunPlugin.getLocal().sendMessage(sender, "messages.usage", true, msg -> msg.replace("%usage%", "/sf backpack <Player> <ID>")); SlimefunPlugin.getLocal().sendMessage(sender, "messages.usage", true,
msg -> msg.replace("%usage%", "/sf backpack <Player> <ID>"));
return; return;
} }