mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00:00
minor housekeeping
This commit is contained in:
parent
171c3997e6
commit
2a39a8e5cf
1 changed files with 1 additions and 1 deletions
|
@ -185,8 +185,8 @@ while ($type =~ m/([a-zA-Z]+)( )*/g) {
|
|||
}
|
||||
}
|
||||
}
|
||||
$vars{'type'} = join(', ', @types);
|
||||
|
||||
$vars{'type'} = join(', ', @types);
|
||||
$vars{'abilitiesImports'} = '';
|
||||
$vars{'abilities'} = '';
|
||||
|
||||
|
|
Loading…
Reference in a new issue