This commit is contained in:
yulong 2024-03-29 08:35:28 +08:00
parent ac62f78ecf
commit ea5d7f5c33
1 changed files with 1 additions and 1 deletions

View File

@ -764,7 +764,7 @@ public class UnmannedAerialVehicleManage : MonoBehaviour
/////如果风速大于6级无人机停止飞行
if (float.Parse(currentSceneInfo.EnvWindSpeed) * 10 > 6)
{
maximumFlyingSpeed = "";
maximumFlyingSpeed = "0";
}
}
//CheckRSC();