mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-15 10:32:44 -04:00
Update multi-tracker display format in PlanesCommand (#115)
This commit is contained in:
@@ -153,7 +153,7 @@ public class Planes : ICommand
|
|||||||
if (fullCounter >= 3)
|
if (fullCounter >= 3)
|
||||||
{
|
{
|
||||||
planesDisplay = GetGameBoard(fullCounter, planesBoards, plane, CarrierCount, noseUp);
|
planesDisplay = GetGameBoard(fullCounter, planesBoards, plane, CarrierCount, noseUp);
|
||||||
planesDisplay += $"[br]Multi: {plane.MultiTracker}x";
|
planesDisplay += $"[/size][br]Multi: {plane.MultiTracker}x";
|
||||||
for (var i = 0; i < 10; i++)
|
for (var i = 0; i < 10; i++)
|
||||||
{
|
{
|
||||||
planesDisplay += BlankSpace;
|
planesDisplay += BlankSpace;
|
||||||
|
|||||||
Reference in New Issue
Block a user