• 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
no edit summary
Line 82: Line 82:  
   local groups = {}
 
   local groups = {}
 
   for _, e in pairs(data) do
 
   for _, e in pairs(data) do
     if not args.map or U.ifind(e.maps, args.map) then
+
     if not args.map and not args.node or U.ifind(e.maps, args.map) or U.ifind(e.notes, args.node) then
 
       local fleetType = getFleetName(e.fleet, args.friend)
 
       local fleetType = getFleetName(e.fleet, args.friend)
 
       groups[fleetType] = groups[fleetType] or {}
 
       groups[fleetType] = groups[fleetType] or {}
cssedit, gkautomate
6,928

edits

Navigation menu