mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04: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 Multi = "*️⃣";
|
||||||
private const string Carrier = "⛴";
|
private const string Carrier = "⛴";
|
||||||
private const string Water = "🌊";
|
private const string Water = "🌊";
|
||||||
private const string Air = "🌫"; // fog
|
private const string Air = "\u2B1C"; // White square
|
||||||
private const string BlankSpace = "⠀"; //need 35?
|
private const string BlankSpace = "⠀"; //need 35?
|
||||||
private bool _rigged = false;
|
private bool _rigged = false;
|
||||||
private bool _riggedWin = false;
|
private bool _riggedWin = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user