- 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
Line 406:
Line 406:
− +
Fix edit links in new call method case
function ShipInfoKai:get_module()
function ShipInfoKai:get_module()
self._ship_data_module = Ship:get_module(self._args.name)
self._ship_data_module = Ship:get_module(self._args.name or self._args[1])
end
end