mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
RTP fix hopefully
This commit is contained in:
@@ -216,7 +216,7 @@ public class PlinkoCommand : ICommand
|
|||||||
|
|
||||||
for (int row = 0; row < DIFFICULTY; row++)
|
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;
|
spaceIsBall = false;
|
||||||
spaceIsValid = false;
|
spaceIsValid = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user