From dec3a9473adb5101f375cbcd11a8ecaa391c7e27 Mon Sep 17 00:00:00 2001 From: barelyprofessional <150058423+barelyprofessional@users.noreply.github.com> Date: Mon, 16 Feb 2026 00:49:16 -0600 Subject: [PATCH] Back to white squares as it's too many bytes --- KfChatDotNetBot/Commands/Kasino/PlanesCommand.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KfChatDotNetBot/Commands/Kasino/PlanesCommand.cs b/KfChatDotNetBot/Commands/Kasino/PlanesCommand.cs index 69fd0ba..b3b73a4 100644 --- a/KfChatDotNetBot/Commands/Kasino/PlanesCommand.cs +++ b/KfChatDotNetBot/Commands/Kasino/PlanesCommand.cs @@ -36,7 +36,7 @@ public class Planes : ICommand private const string Multi = "*️⃣"; private const string Carrier = "⛴"; private const string Water = "🌊"; - private const string Air = "🌫"; // fog + private const string Air = "\u2B1C"; // White square private const string BlankSpace = "⠀"; //need 35? private bool _rigged = false; private bool _riggedWin = false;