Code style changes.
This commit is contained in:
@@ -35,7 +35,7 @@ public final class GGAuth extends L2LoginServerPacket
|
||||
_response = response;
|
||||
if (Config.DEBUG)
|
||||
{
|
||||
_log.warning("Reason Hex: " + (Integer.toHexString(response)));
|
||||
_log.warning("Reason Hex: " + Integer.toHexString(response));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user