Changeset 5159


Ignore:
Timestamp:
Jan 29, 2012 12:00:24 PM (4 months ago)
Author:
Zoey76
Message:

BETA: Partially reverting AccountingFormatter? changes from [5057], fall-though case is intended, this will restore player name/IP logging, thanks Vulcan for report.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/unstable/L2J_Server_BETA/java/com/l2jserver/log/AccountingFormatter.java

    r5057 r5159  
    5959                                        catch (Exception e) 
    6060                                        { 
     61                                                 
    6162                                        } 
    6263                                         
     
    6970                                                                StringUtil.append(output, "(", String.valueOf(client.getActiveChar().getObjectId()), ") "); 
    7071                                                        } 
    71                                                         break; 
    7272                                                case AUTHED: 
    7373                                                        if (client.getAccountName() != null) 
     
    7575                                                                StringUtil.append(output, client.getAccountName(), " "); 
    7676                                                        } 
    77                                                         break; 
    7877                                                case CONNECTED: 
    7978                                                        if (address != null) 
Note: See TracChangeset for help on using the changeset viewer.