semantic changes

This commit is contained in:
Sebastian Bularca
2026-04-21 00:08:13 +02:00
parent 3af200a847
commit f71e6a145e
3 changed files with 9 additions and 11 deletions

View File

@@ -23,7 +23,7 @@ namespace Jovian.EncounterSystem {
}
private void RenameToMatchId() {
if(this == null || string.IsNullOrEmpty(id)) {
if(!this || string.IsNullOrEmpty(id)) {
return;
}