Route request being made (Needs polling)

This commit is contained in:
luke-else
2021-11-22 13:07:56 +00:00
parent 16543d9c64
commit 0f96994773
7 changed files with 112 additions and 12 deletions

View File

@ -37,7 +37,7 @@ namespace EFB.Controllers.Form
return false;
}
public static bool ValidateCruiseAlt(int CruiseAlt){
public static bool ValidateCruiseAlt(uint CruiseAlt){
if (CruiseAlt > 0 && CruiseAlt < 50000)
{
return true;