mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 12:32:03 -04:00
Another patch for planes
This commit is contained in:
@@ -563,7 +563,7 @@ public class Planes : ICommand
|
|||||||
else //this leaves rows 0-5 and columns 0-10, exactly what we need for the board
|
else //this leaves rows 0-5 and columns 0-10, exactly what we need for the board
|
||||||
{
|
{
|
||||||
logger.Info($"Attempting to get planeboard info while generating main frames. Board: {useBoard} | Row: {row} | Column: {column} | Counter: {counter}");
|
logger.Info($"Attempting to get planeboard info while generating main frames. Board: {useBoard} | Row: {row} | Column: {column} | Counter: {counter}");
|
||||||
switch (planesBoards[useBoard][row, column+counter])
|
switch (planesBoards[useBoard][row, (column+counter) % 10])
|
||||||
{
|
{
|
||||||
case 0:
|
case 0:
|
||||||
output += Air;
|
output += Air;
|
||||||
|
|||||||
Reference in New Issue
Block a user