mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-19 11:26:21 +00:00
Allow utf8 in occupants char
This commit is contained in:
@@ -4414,8 +4414,8 @@ cmd_occupants(ProfWin* window, const char* const command, gchar** args)
|
||||
|
||||
occupantswin_occupants_all();
|
||||
} else {
|
||||
prefs_set_occupants_char(args[1][0]);
|
||||
cons_show("Occupants char set to %c.", args[1][0]);
|
||||
prefs_set_occupants_char(args[1]);
|
||||
cons_show("Occupants char set to %s.", args[1]);
|
||||
|
||||
occupantswin_occupants_all();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user