From 6dd8a2ab9b069b3a7cdf74aa4addf068ecd87b44 Mon Sep 17 00:00:00 2001 From: Vishal <64505169+vishalxl@users.noreply.github.com> Date: Tue, 3 Jan 2023 23:39:15 +0530 Subject: [PATCH] Difficulty limit to 32 --- lib/settings.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/settings.dart b/lib/settings.dart index 3d8c726..134f215 100644 --- a/lib/settings.dart +++ b/lib/settings.dart @@ -287,7 +287,7 @@ List gBots = [ "3b57518d02e6acfd5eb7198530b2e351e5a52278fb2499d14b66db2 ]; //////////////////////////////////////////////////////////////////////////////////////////////////////////////// difficulty related settings -const int gMaxDifficultyAllowed = 24; +const int gMaxDifficultyAllowed = 32; int gDifficulty = 0; //////////////////////////////////////////////////////////////////////////////////////////////////////////////// channel related settings