* minor bug in previous commit.
This commit is contained in:
parent
c4b17fafbd
commit
a84f47b8c0
|
@ -88,7 +88,7 @@ public class CConnection implements Serializable
|
||||||
{
|
{
|
||||||
s_cc = cc;
|
s_cc = cc;
|
||||||
Ini.setProperty(Ini.P_CONNECTION, cc.toStringLong());
|
Ini.setProperty(Ini.P_CONNECTION, cc.toStringLong());
|
||||||
Ini.saveProperties(false);
|
Ini.saveProperties(Ini.isClient());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (s_cc == null)
|
if (s_cc == null)
|
||||||
|
|
Loading…
Reference in New Issue