forked from Shardstone/trail-into-darkness
semantic changes
This commit is contained in:
@@ -23,7 +23,7 @@ namespace Jovian.EncounterSystem {
|
||||
}
|
||||
|
||||
private void RenameToMatchId() {
|
||||
if(this == null || string.IsNullOrEmpty(id)) {
|
||||
if(!this || string.IsNullOrEmpty(id)) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user