=Update for Beans

Fixes and updates for beans
This commit is contained in:
Alex Stewart
2020-09-29 02:42:01 -04:00
parent 20a16f2c74
commit 6ddb0fc532
3 changed files with 3 additions and 37 deletions
+2 -1
View File
@@ -36,7 +36,8 @@ public class CommandBetBeans extends Command
}
catch (Exception e)
{
GlobalLog.log(LogFilter.Command, "Betting took place, but a value was not specified in the config file so 50 was used as the minimum bet threshold. Consider specifying BetBeansMinThreshold.");
GlobalLog.log(LogFilter.Command, "Betting took place, but a value was not specified in the config file "
+ "so 50 was used as the minimum bet threshold. Consider specifying BetBeansMinThreshold.");
}
try