From d96a38d41ec59877444364e917929eba760a4dc5 Mon Sep 17 00:00:00 2001 From: "(Jip) Willem Wijnia" Date: Tue, 8 Oct 2024 15:32:55 +0200 Subject: [PATCH] Remove annotations of the old changelog format --- lua/ui/lobby/changelog/ChangelogDialog.lua | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/lua/ui/lobby/changelog/ChangelogDialog.lua b/lua/ui/lobby/changelog/ChangelogDialog.lua index c2ff9683f4..c1c2f18e73 100644 --- a/lua/ui/lobby/changelog/ChangelogDialog.lua +++ b/lua/ui/lobby/changelog/ChangelogDialog.lua @@ -57,17 +57,6 @@ PreferenceKeys = { --- Toggles the debug interface that shows the various groups that are used to divide the dialog local debugInterface = false ----@alias PatchNotesType "Hotfix"|"Developers patch"|"Balance patch" - ----@class PatchNotes ----@field version number | string # Patch version ----@field hasPrettyGithubRelease boolean # URL to the release on Github ----@field name PatchNotesType # Patch type ----@field hasPrettyPatchnotes boolean # Refers to patchnotes.faforever.com, defaults to false ----@field descriptionFR string[] # French translation ----@field descriptionRU string[] # Russian translation ----@field description string[] # Default changelog in English - ---@type TrashBag local ModuleTrash = TrashBag()