Newline braces in GamePlayerManager
This commit is contained in:
parent
82c1dbe28d
commit
f13547d9da
@ -362,7 +362,8 @@ public class GamePlayerManager implements Listener
|
||||
if (!event.getMessage().toLowerCase().startsWith("/spec"))
|
||||
return;
|
||||
|
||||
if (!game.InProgress()) {
|
||||
if (!game.InProgress())
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
@ -385,7 +386,8 @@ public class GamePlayerManager implements Listener
|
||||
Player target = UtilPlayer.searchOnline(player, tokens[1], true);
|
||||
if (target != null)
|
||||
{
|
||||
if (Manager.isVanished(player)) {
|
||||
if (Manager.isVanished(player))
|
||||
{
|
||||
UtilPlayer.messageSearchOnlineResult(player, tokens[1], 0);
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user