mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
SyncVarTests: use host mode for easier .spawned split
This commit is contained in:
parent
e22b0c0c4e
commit
a7910c0c97
@ -68,7 +68,7 @@ public override void SetUp()
|
|||||||
|
|
||||||
// start server & connect client because we need spawn functions
|
// start server & connect client because we need spawn functions
|
||||||
NetworkServer.Listen(1);
|
NetworkServer.Listen(1);
|
||||||
ConnectClientBlockingAuthenticatedAndReady(out _);
|
ConnectHostClientBlockingAuthenticatedAndReady();
|
||||||
}
|
}
|
||||||
|
|
||||||
[Test]
|
[Test]
|
||||||
|
Loading…
Reference in New Issue
Block a user