Remove extra lines.

This commit is contained in:
StevenLawson 2014-08-15 16:29:40 -04:00
parent c490a3d62e
commit 1bf1267b49

View file

@ -45,10 +45,8 @@ public class Command_qop extends TFM_Command
if (!matchedPlayerNames.isEmpty()) if (!matchedPlayerNames.isEmpty())
{ {
if (!silent) if (!silent)
{ {
TFM_Util.adminAction(sender.getName(), "Opping " + StringUtils.join(matchedPlayerNames, ", "), false); TFM_Util.adminAction(sender.getName(), "Opping " + StringUtils.join(matchedPlayerNames, ", "), false);
} }
} }