From c2a7312f121d0173cb389ba7ce0bfba058f9e2f1 Mon Sep 17 00:00:00 2001 From: barelyprofessional <150058423+barelyprofessional@users.noreply.github.com> Date: Wed, 8 Oct 2025 23:19:29 -0500 Subject: [PATCH] Change air to a white square --- KfChatDotNetBot/Commands/KasinoGambaCommands.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KfChatDotNetBot/Commands/KasinoGambaCommands.cs b/KfChatDotNetBot/Commands/KasinoGambaCommands.cs index e6bf49b..e9bcdb3 100644 --- a/KfChatDotNetBot/Commands/KasinoGambaCommands.cs +++ b/KfChatDotNetBot/Commands/KasinoGambaCommands.cs @@ -272,7 +272,7 @@ public class Planes : ICommand private const string Multi = "💎"; private const string Carrier = "⛴"; private const string Water = "🌊"; - private const string Air = "🌫"; + private const string Air = "\u25A1"; // White square private const string BlankSpace = "⠀"; //need 35? public async Task RunCommand(ChatBot botInstance, MessageModel message, UserDbModel user, GroupCollection arguments,