rsp for types should be with the project

This commit is contained in:
Sebastian Bularca
2026-04-21 00:01:34 +02:00
parent e7595bdc89
commit 3af200a847
3 changed files with 2 additions and 67 deletions

View File

@@ -22,7 +22,7 @@ namespace Jovian.EncounterSystem {
}
EnsureCache();
return cache.TryGetValue(id, out var text) ? text : null;
return cache.GetValueOrDefault(id);
}
public void InvalidateCache() {