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"
|
||||
label: "Mirror Unity Package"
|
||||
name: "Mirror-${nextRelease.version}.unitypackage"
|
||||
- successCommentCondition: "false"
|
||||
- failCommentCondition: "false"
|
||||
successCommentCondition: "false"
|
||||
failCommentCondition: "false"
|
||||
|
@ -237,9 +237,6 @@ public override void OnStopLocalPlayer()
|
||||
|
||||
void Update()
|
||||
{
|
||||
if (!Application.isFocused)
|
||||
return;
|
||||
|
||||
if (!characterController.enabled)
|
||||
return;
|
||||
|
||||
|
@ -211,9 +211,6 @@ public override void OnStopLocalPlayer()
|
||||
|
||||
void Update()
|
||||
{
|
||||
if (!Application.isFocused)
|
||||
return;
|
||||
|
||||
if (!characterController.enabled)
|
||||
return;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user