mirror of
https://github.com/kwsch/NHSE.git
synced 2026-09-27 12:26:35 -05:00
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user