summaryrefslogtreecommitdiffstats
path: root/source/Authenticator.cpp
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2013-10-27 09:09:39 +0100
committermadmaxoft <github@xoft.cz>2013-10-27 09:09:39 +0100
commita7d44d69ddd8bfd5cd749dc9bcdf23597ae6d1cd (patch)
treef48e1714d2242399d67ffaaf2313761249cac4ef /source/Authenticator.cpp
parentMerge branch 'origin/LoadWorlds/cAuthenticatorINI' (diff)
downloadcuberite-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.cpp1
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");
}
}