System.out.println("ColorNameManager: Loaded " + _pvpColor.size() + " colors for pvp kills!");
System.out.println("ColorNameManager: Loaded " + _pkColor.size() + " colors for pk kills!");
try
{
if(con != null) con.close();
}
catch(Exception e)
{
}
}
This is my code after this fix but still i have unclosed connection when i relog a char with pvp/pk color.Can u help me BB ?
Ah forgot to ask u say in ur last post "public static void loadValues()" but in the script is "public void loadValues()" is that a problem?