mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
fixed constant imports in templates
This commit is contained in:
parent
0bb110be45
commit
179f7200ec
2 changed files with 3 additions and 3 deletions
|
|
@ -27,7 +27,7 @@
|
|||
*/
|
||||
package mage.sets.[=$set=];
|
||||
|
||||
import java.util.UUID;[= if ($rarityExtended) {$OUT .= "\nimport mage.Constants.Rarity;"}=]
|
||||
import java.util.UUID;[= if ($rarityExtended) {$OUT .= "\nimport mage.constants.Rarity;"}=]
|
||||
|
||||
/**
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue