From 6e278d40f716f361065920745836f547f784d10b Mon Sep 17 00:00:00 2001 From: Deserty0 Date: Sat, 17 May 2025 18:47:56 +1000 Subject: [PATCH] adad --- Tools/_CP14/LocalizationHelper/LocalizationHelper/prototype.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/Tools/_CP14/LocalizationHelper/LocalizationHelper/prototype.py b/Tools/_CP14/LocalizationHelper/LocalizationHelper/prototype.py index 4ba4dcfe66..eb876e7eb2 100644 --- a/Tools/_CP14/LocalizationHelper/LocalizationHelper/prototype.py +++ b/Tools/_CP14/LocalizationHelper/LocalizationHelper/prototype.py @@ -93,9 +93,6 @@ def check_prototype_attrs(prototype: Prototype, with_parent_check: bool = True) return True elif prototype.suffix: return True - # TODO: check this out - # In some cases a parent can be a list (because of multiple parents), - # the game will not be able to handle such cases in ftl files. elif with_parent_check and prototype.parent: return True