* minor bug in previous commit.

This commit is contained in:
Heng Sin Low 2007-01-16 09:04:43 +00:00
parent c4b17fafbd
commit a84f47b8c0
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ public class CConnection implements Serializable
{
s_cc = cc;
Ini.setProperty(Ini.P_CONNECTION, cc.toStringLong());
Ini.saveProperties(false);
Ini.saveProperties(Ini.isClient());
}
}
if (s_cc == null)