blindness - misc
This commit is contained in:
parent
1714b94397
commit
cfe5884a0b
13 changed files with 47 additions and 23 deletions
|
|
@ -57,6 +57,7 @@ impl Logger {
|
|||
}
|
||||
|
||||
/// Appends text in YELLOW to the current message logger.
|
||||
#[allow(unused)]
|
||||
pub fn npc_name<T: ToString>(mut self, text: T) -> Self {
|
||||
let mut text_with_space = text.to_string();
|
||||
text_with_space.push_str(" ");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue