summaryrefslogtreecommitdiff
path: root/src/nickcore.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2011-01-20 19:42:27 -0500
committerAdam <Adam@anope.org>2011-01-20 19:42:27 -0500
commit05933e9f21b16d0359fc5e1ca018c148d90755a7 (patch)
tree9f751e13c79338f58a603fb1aa74330f304b14a2 /src/nickcore.cpp
parentab2e34d817bc78bd1342996e0ec5bdc2efa6062f (diff)
Removed db-upgrade, its no longer needed
Diffstat (limited to 'src/nickcore.cpp')
-rw-r--r--src/nickcore.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nickcore.cpp b/src/nickcore.cpp
index 85c703dbf..aa8202c51 100644
--- a/src/nickcore.cpp
+++ b/src/nickcore.cpp
@@ -10,7 +10,7 @@ NickCore::NickCore(const Anope::string &coredisplay) : Flags<NickCoreFlag, NI_EN
throw CoreException("Empty display passed to NickCore constructor");
this->ot = NULL;
- this->language = this->channelcount = 0;
+ this->channelcount = 0;
this->lastmail = 0;
this->display = coredisplay;