rsp for types should be with the project
This commit is contained in:
@@ -22,7 +22,7 @@ namespace Jovian.EncounterSystem {
|
||||
}
|
||||
|
||||
EnsureCache();
|
||||
return cache.TryGetValue(id, out var text) ? text : null;
|
||||
return cache.GetValueOrDefault(id);
|
||||
}
|
||||
|
||||
public void InvalidateCache() {
|
||||
|
||||
Reference in New Issue
Block a user