• Welcome to the Kancolle Wiki!
  • If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord

Changes

Jump to navigation Jump to search
m
no edit summary
Line 270: Line 270:  
                 return form.season_suffix
 
                 return form.season_suffix
 
             end
 
             end
             local suffixInSeason = string.find(form.season, suffix)
+
            local season = string.match(form.season, "(.*) 20%d%d") or form.season
             local seasonInSuffix = string.find(suffix, form.season)
+
             local suffixInSeason = string.find(season, suffix)
 +
             local seasonInSuffix = string.find(suffix, season)
 
             if suffixInSeason then
 
             if suffixInSeason then
 
                 return name ~= base_name and name
 
                 return name ~= base_name and name
cssedit, gkautomate
6,942

edits

Navigation menu