From 2b2d37ff506dd02f546585fa345ceb56e8007697 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sun, 31 Jan 2021 14:00:34 +0000 Subject: Make MyClass private and move everything to GetClass. --- src/serializable.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/serializable.cpp') 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) -- cgit v1.3.1-10-gc9f91