mirror of
https://github.com/TheDeus-Group/TFM-4.3-Reloaded.git
synced 2024-12-23 07:54:58 +00:00
Remove extra lines.
This commit is contained in:
parent
c490a3d62e
commit
1bf1267b49
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue