oops put the message there lol

This commit is contained in:
Cadey Ratio 2020-04-08 09:11:04 -04:00
parent 8083b1492a
commit 02736ccb6f
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ impl State {
let mut msg = String::new();
if self.msg != "" {
msg.push_str(format!("{} | ", msg).as_str());
msg.push_str(format!("{} | ", self.msg).as_str());
}
if self.front != "" {