fix static fonts

This commit is contained in:
Benjamin Harris 2017-12-10 16:45:29 -05:00
parent 6b8e7aab59
commit 781902b2fb
1 changed files with 55 additions and 60 deletions

View File

@ -15,11 +15,7 @@ namespace dotbot.Commands
public string Nums { get; set; }
}
public static Dictionary<string, UnicodeFont> Fonts;
public UnicodeFonts()
{
Fonts = new Dictionary<string, UnicodeFont>
public static Dictionary<string, UnicodeFont> Fonts = new Dictionary<string, UnicodeFont>
{
["full"] = new UnicodeFont
{
@ -76,7 +72,6 @@ namespace dotbot.Commands
Nums = "",
},
};
}
[Command("block")]