This commit is contained in:
vis2k 2022-03-09 16:03:46 +08:00
parent 35ec47d213
commit 1423bee9d2

View File

@ -1316,6 +1316,7 @@ public void SyncObjectChanges_DontGrowWithoutObservers()
Assert.That(comp.list.GetChangeCount(), Is.EqualTo(0)); Assert.That(comp.list.GetChangeCount(), Is.EqualTo(0));
} }
// test for https://github.com/vis2k/Mirror/issues/3106
[Test] [Test]
public void RemovePlayerForConnection_CallsOnStopLocalPlayer() public void RemovePlayerForConnection_CallsOnStopLocalPlayer()
{ {