mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
Merged master
This commit is contained in:
commit
87853fa9c8
@ -73,5 +73,5 @@ plugins:
|
|||||||
- path: "Mirror.unitypackage"
|
- path: "Mirror.unitypackage"
|
||||||
label: "Mirror Unity Package"
|
label: "Mirror Unity Package"
|
||||||
name: "Mirror-${nextRelease.version}.unitypackage"
|
name: "Mirror-${nextRelease.version}.unitypackage"
|
||||||
- successCommentCondition: "false"
|
successCommentCondition: "false"
|
||||||
- failCommentCondition: "false"
|
failCommentCondition: "false"
|
||||||
|
@ -237,9 +237,6 @@ public override void OnStopLocalPlayer()
|
|||||||
|
|
||||||
void Update()
|
void Update()
|
||||||
{
|
{
|
||||||
if (!Application.isFocused)
|
|
||||||
return;
|
|
||||||
|
|
||||||
if (!characterController.enabled)
|
if (!characterController.enabled)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
@ -211,9 +211,6 @@ public override void OnStopLocalPlayer()
|
|||||||
|
|
||||||
void Update()
|
void Update()
|
||||||
{
|
{
|
||||||
if (!Application.isFocused)
|
|
||||||
return;
|
|
||||||
|
|
||||||
if (!characterController.enabled)
|
if (!characterController.enabled)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user