Update TelepathyTransport.cs

This commit is contained in:
Derek S 2021-04-07 01:10:52 -05:00
parent 0ed36a5a2f
commit aee4379276

View file

@ -162,7 +162,7 @@ namespace Mirror
}
public override void ServerStop() => server.Stop();
// messages should always be processed in early update
public void LateUpdate()
public void Update()
{
// note: we need to check enabled in case we set it to false
// when LateUpdate already started.