* fun

* Revert "fun"

This reverts commit 419b4e9e8f.

* fix
This commit is contained in:
Deserty0
2025-04-27 20:11:23 +10:00
committed by GitHub
parent e7e55cdb5e
commit 8089be4596
2 changed files with 2 additions and 2 deletions

View File

@@ -554,7 +554,7 @@ ent-CP14ActionSpellIceDagger = Ледяной кинжал
ent-CP14SpellScrollIceDagger = свиток заклинания ледяного кинжала
.desc = { ent-CP14BaseSpellScrollWater.desc }
ent-CP14ActionSpellIceShards = Ледяные осколки
.desc = Быстрые ледяные иглы для быстрой стрельбы по мишеням.

View File

@@ -12,7 +12,7 @@ def read_ftl(path: str) -> dict:
logger.debug("%s: %s", LogText.READING_DATA_FROM_FILE, path)
with open(path, encoding="utf-8") as file:
for line in file.readlines():
if line.startswith("#") or line.startswith("\n"):
if line.startswith("#") or line.startswith("\n") or line.startswith(" \n"):
continue
if not line.startswith(" "):