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;