mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 12:32:03 -04:00
Planes 1.12 more hotfixes
This commit is contained in:
@@ -619,7 +619,7 @@ public class Planes : ICommand
|
|||||||
* so in this case where the value is -3, we need planesBoards[0][row, 20 - counter]
|
* so in this case where the value is -3, we need planesBoards[0][row, 20 - counter]
|
||||||
*/
|
*/
|
||||||
int counter2;
|
int counter2;
|
||||||
if ((column + counter) % 20 < 0) counter2 = 20 - (column + counter);
|
if ((column + counter) % 20 < 0) counter2 = 20 + (column + counter);
|
||||||
else counter2 = (column + counter) % 20;
|
else counter2 = (column + counter) % 20;
|
||||||
if (firstBoard && (counter + column < 0))
|
if (firstBoard && (counter + column < 0))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user