mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
Updated keno numbers and removed logging from GetRandomNumber
This commit is contained in:
@@ -436,7 +436,6 @@ public static class Money
|
||||
i++;
|
||||
result = random.Next(min, max);
|
||||
}
|
||||
_logger.Info($"Generated random number {result} with min {min} and max {max} over {iterations} iterations");
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user