whoops typo

This commit is contained in:
false_genesis 2008-01-24 21:58:56 +00:00
parent 8460ff2c40
commit 482669961d

View File

@ -413,7 +413,7 @@ void PseuInstanceConf::ApplyFromVarSet(VarSet &v)
rmcontrolport=atoi(v.Get("RMCONTROLPORT").c_str());
rmcontrolhost=v.Get("RMCONTROLHOST");
useMaps=(bool)atoi(v.Get("USEMAPS").c_str());
useMaps=(bool)atoi(v.Get("SKIPADDONCHAT").c_str());
skipaddonchat=(bool)atoi(v.Get("SKIPADDONCHAT").c_str());
// clientversion is a bit more complicated to add
{