@@ -145,6 +145,7 @@ namespace GFGGame
if (startTime <= TimeHelper.ServerNow() && endTime > TimeHelper.ServerNow())
{
indexSuit = count;
+ return indexSuit;
}
count++;