Misc fixes

This commit is contained in:
hondacrx
2021-11-02 13:24:16 -04:00
parent 9edca0bd50
commit 0e1eeba55a
6 changed files with 6 additions and 48 deletions
+1 -1
View File
@@ -1106,7 +1106,7 @@ namespace Game
break;
default:
Log.outError(LogFilter.Sql, $"{cond.ToString()} Invalid ConditionSourceType in `condition` table, ignoring.");
break;
return false;
}
return true;