08/01/2026 patch

This commit is contained in:
2026-01-08 21:32:23 +01:00
parent 10f38eebcf
commit b426fd87d2
6 changed files with 614 additions and 224 deletions

View File

@@ -40,7 +40,7 @@ hulls = {
out = []
for line in lines:
if not "ShipDisplay" in line:
if not line.startswith("{{ShipDisplay|"):
print(line)
continue