This commit is contained in:
INeedBots 2021-02-04 18:41:41 -06:00
parent 5e60e70415
commit 8f0dd0ee2c

View File

@ -105,17 +105,20 @@ GetBotDiffNum()
{
case "fu":
num = 3;
break;
case "hard":
num = 2;
break;
case "normal":
num = 1;
break;
case "easy":
default:
num = 0;
break;
}
return 0;
return num;
}
/*