Correct typo in controlpanel.

This typo was created in commit 853ddc5c2a
This commit is contained in:
KindOne
2013-10-30 23:32:23 -04:00
parent 76d67e006e
commit d173219ef8
+1 -1
View File
@@ -203,7 +203,7 @@ class CAdminMod : public CModule {
else if (sVar == "admin")
PutModule("Admin = " + CString(pUser->IsAdmin()));
else if (sVar == "statusprefix")
PutModule("StatuxPrefix = " + pUser->GetStatusPrefix());
PutModule("StatusPrefix = " + pUser->GetStatusPrefix());
else
PutModule("Error: Unknown variable");
}