remove empty line

This commit is contained in:
vis2k 2019-04-05 21:45:01 +02:00
parent fa64fa077f
commit a574b181bb

View File

@ -1006,7 +1006,6 @@ internal void Reset()
clientAuthorityOwner = null; clientAuthorityOwner = null;
} }
// MirrorUpdate is a hot path. Caching the vars msg is really worth it to // MirrorUpdate is a hot path. Caching the vars msg is really worth it to
// avoid large amounts of allocations. // avoid large amounts of allocations.
static UpdateVarsMessage varsMessage = new UpdateVarsMessage(); static UpdateVarsMessage varsMessage = new UpdateVarsMessage();