mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-04-30 03:22:04 -04:00
Back to white squares as it's too many bytes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user