semantic changes

This commit is contained in:
Sebastian Bularca
2026-04-21 00:13:52 +02:00
parent 2445781f33
commit dbe799dd73
12 changed files with 95 additions and 86 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() {