From 334a8795e303dbadfe5a3b37ea397628e34af678 Mon Sep 17 00:00:00 2001 From: barelyprofessional <150058423+barelyprofessional@users.noreply.github.com> Date: Thu, 8 Jan 2026 23:33:25 -0600 Subject: [PATCH] RTP fix hopefully --- KfChatDotNetBot/Commands/Kasino/PlinkoCommand.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KfChatDotNetBot/Commands/Kasino/PlinkoCommand.cs b/KfChatDotNetBot/Commands/Kasino/PlinkoCommand.cs index 4ca57da..02b2634 100644 --- a/KfChatDotNetBot/Commands/Kasino/PlinkoCommand.cs +++ b/KfChatDotNetBot/Commands/Kasino/PlinkoCommand.cs @@ -216,7 +216,7 @@ public class PlinkoCommand : ICommand for (int row = 0; row < DIFFICULTY; row++) { - for (int col = 0; col < DIFFICULTY; col++) + for (int col = 0; col < DIFFICULTY * 2 - 1; col++) { spaceIsBall = false; spaceIsValid = false;