diff options
-rw-r--r-- | src/users.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/users.cpp b/src/users.cpp index 2e2229afa..6f2880659 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -784,6 +784,7 @@ void LocalUser::FullConnect() * may put the user into a totally seperate class with different restrictions! so we *must* check again. * Don't remove this! -- w00t */ + MyClass = NULL; SetClass(); CheckClass(); CheckLines(); |