From 3ff54ac06759727e9b7e7d012ce6bfe9933768e4 Mon Sep 17 00:00:00 2001 From: Deserty0 Date: Sat, 17 May 2025 18:43:18 +1000 Subject: [PATCH] oops --- Tools/_CP14/LocalizationHelper/LocalizationHelper/entity.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/_CP14/LocalizationHelper/LocalizationHelper/entity.py b/Tools/_CP14/LocalizationHelper/LocalizationHelper/entity.py index 89e92970aa..fbd5af520b 100644 --- a/Tools/_CP14/LocalizationHelper/LocalizationHelper/entity.py +++ b/Tools/_CP14/LocalizationHelper/LocalizationHelper/entity.py @@ -84,7 +84,7 @@ class Entity: def check_prototype_attrs(prototype: Entity, without_parent_check: bool = False) -> bool: """ - Checks if the prototype has all of the attributes: name, desc, suff, parent + Checks if the prototype has any of the attributes: name, desc, suff, parent """ if prototype.name: return True