diff options
author | madmaxoft <github@xoft.cz> | 2013-10-27 09:09:39 +0100 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2013-10-27 09:09:39 +0100 |
commit | a7d44d69ddd8bfd5cd749dc9bcdf23597ae6d1cd (patch) | |
tree | f48e1714d2242399d67ffaaf2313761249cac4ef /source/Authenticator.cpp | |
parent | Merge branch 'origin/LoadWorlds/cAuthenticatorINI' (diff) | |
download | cuberite-a7d44d69ddd8bfd5cd749dc9bcdf23597ae6d1cd.tar cuberite-a7d44d69ddd8bfd5cd749dc9bcdf23597ae6d1cd.tar.gz cuberite-a7d44d69ddd8bfd5cd749dc9bcdf23597ae6d1cd.tar.bz2 cuberite-a7d44d69ddd8bfd5cd749dc9bcdf23597ae6d1cd.tar.lz cuberite-a7d44d69ddd8bfd5cd749dc9bcdf23597ae6d1cd.tar.xz cuberite-a7d44d69ddd8bfd5cd749dc9bcdf23597ae6d1cd.tar.zst cuberite-a7d44d69ddd8bfd5cd749dc9bcdf23597ae6d1cd.zip |
Diffstat (limited to 'source/Authenticator.cpp')
-rw-r--r-- | source/Authenticator.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/Authenticator.cpp b/source/Authenticator.cpp index a32e9ce8f..e09fd0871 100644 --- a/source/Authenticator.cpp +++ b/source/Authenticator.cpp @@ -67,7 +67,6 @@ void cAuthenticator::ReadINI(cIniFile & IniFile) if (bSave) { IniFile.SetValueB("Authentication", "Authenticate", m_ShouldAuthenticate); - IniFile.WriteFile("settings.ini"); } } |