mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
missed an interest management obsolete
This commit is contained in:
parent
76fe9759c6
commit
35be99c5d9
@ -834,13 +834,6 @@ internal void OnStopAuthority()
|
||||
}
|
||||
}
|
||||
|
||||
// interest management /////////////////////////////////////////////////
|
||||
// obsoletes to still support ProximityChecker while transitioning to
|
||||
// global Interest Management
|
||||
// Deprecated 2021-02-17
|
||||
[Obsolete("Use NetworkServer.RebuildObservers(identity, initialize) instead.")]
|
||||
public void RebuildObservers(bool initialize) => NetworkServer.RebuildObservers(this, initialize);
|
||||
|
||||
// vis2k: readstring bug prevention: https://github.com/vis2k/Mirror/issues/2617
|
||||
// -> OnSerialize writes length,componentData,length,componentData,...
|
||||
// -> OnDeserialize carefully extracts each data, then deserializes each component with separate readers
|
||||
|
Loading…
Reference in New Issue
Block a user