mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +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{'abilitiesImports'} = '';
|
||||||
$vars{'abilities'} = '';
|
$vars{'abilities'} = '';
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue