diff options
| author | 2021-01-31 14:00:34 +0000 | |
|---|---|---|
| committer | 2021-01-31 14:00:34 +0000 | |
| commit | 2b2d37ff506dd02f546585fa345ceb56e8007697 (patch) | |
| tree | 89a4a0c472dd6855577b6e97f478b0a0806da5b2 /src/serializable.cpp | |
| parent | Move sendmsglist to above the functions in LocalUser. (diff) | |
| download | inspircd++-2b2d37ff506dd02f546585fa345ceb56e8007697.tar.gz inspircd++-2b2d37ff506dd02f546585fa345ceb56e8007697.tar.bz2 inspircd++-2b2d37ff506dd02f546585fa345ceb56e8007697.zip | |
Make MyClass private and move everything to GetClass.
Diffstat (limited to 'src/serializable.cpp')
| -rw-r--r-- | src/serializable.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/serializable.cpp b/src/serializable.cpp index 92c483607..5834d21fa 100644 --- a/src/serializable.cpp +++ b/src/serializable.cpp @@ -263,8 +263,8 @@ bool LocalUser::Serialize(Serializable::Data& data) // The following member variables not checked above are not serialised: // * already_sent (can't be networked reliably) + // * connectclass (might not be the same on a different server) // * eh (shouldn't be networked) - // * MyClass (might not be the same on a different server) // * serializer (might not be the same on a different connection) data.Store("bytes_in", bytes_in) .Store("bytes_out", bytes_out) |
