Code style changes.
This commit is contained in:
@@ -45,7 +45,7 @@ public class StatsVCmd implements IVoicedCommandHandler
|
||||
}
|
||||
|
||||
final L2PcInstance pc = L2World.getInstance().getPlayer(params);
|
||||
if ((pc == null))
|
||||
if (pc == null)
|
||||
{
|
||||
activeChar.sendPacket(SystemMessageId.THAT_PLAYER_IS_NOT_ONLINE);
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user