mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-27 01:05:38 +00:00
Remove extra lines.
This commit is contained in:
parent
c490a3d62e
commit
1bf1267b49
@ -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 New Issue
Block a user