mirror of
https://github.com/kwsch/NHSE.git
synced 2026-07-18 01:02:17 -05:00
parent
3ab70d593f
commit
95df4e9c53
|
|
@ -62,7 +62,7 @@ public List<ComboItem> CreateItemDataSource(IReadOnlyCollection<KeyValuePair<ush
|
|||
|
||||
public string GetVillager(string name)
|
||||
{
|
||||
return VillagerMap.TryGetValue(name, out var result) ? result : "???";
|
||||
return VillagerMap.TryGetValue(name, out var result) ? result : name;
|
||||
}
|
||||
|
||||
public static string[] GetItemDisplayList(string[] items)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user