Skip to content

Commit

Permalink
Update InitialHandler.java
Browse files Browse the repository at this point in the history
  • Loading branch information
αdяiαиcf authored and αdяiαиcf committed Feb 6, 2016
1 parent 0bce415 commit 49a61b1
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ public void done(PreLoginEvent result, Throwable error)
{
return;
}
System.our.print("" + VerificyPremium.Conectar(getName()));
bungee.getLogger().log( Level.SEVERE, "" + VerificyPremium.Conectar(getName()));
if (VerificyPremium.Conectar(getName()))
{
unsafe().sendPacket( request = EncryptionUtil.encryptRequest() );
Expand Down Expand Up @@ -424,7 +424,7 @@ public void done(String result, Throwable error)

private void finish()
{
System.our.print("" + VerificyPremium.Conectar(getName()));
bungee.getLogger().log( Level.SEVERE, "" + VerificyPremium.Conectar(getName()));
try {
if ( VerificyPremium.Conectar(getName()) )
{
Expand Down Expand Up @@ -622,6 +622,9 @@ public String getUUID()
@Override
public String toString()
{
return "[" + ( ( getName() != null ) ? getName() : getAddress() ) + "] " + VerificyPremium.Conectar(( getName() != null ) ? getName()) + " <-> Carregou o servidor";
if (getName ! = null)
bungee.getLogger().log( Level.SEVERE, "" + VerificyPremium.Conectar(getName()));

return "[" + ( ( getName() != null ) ? getName() : getAddress() ) + "] <-> Carregou o servidor";
}
}

0 comments on commit 49a61b1

Please sign in to comment.