This commit is contained in:
Lemon 2018-06-19 14:01:51 +05:00 committed by GitHub
parent 0898c0a81b
commit d7450bf181
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,7 @@ public class Command_links extends FreedomCommand
}
msg("Social Media Links:", ChatColor.AQUA);
msg(lines.toArray(new String[0]));
sender.sendMessage(lines.toArray(new String[0]));
return true;
}
else