remove extra semicolon in groovy script

master
melvin 2013-09-26 14:57:43 +08:00
parent 872e26ba7b
commit 8fbf67b29a
2 changed files with 2 additions and 2 deletions

View File

@ -22,5 +22,5 @@
amount
));
}
};
}
]

View File

@ -22,5 +22,5 @@
));
game.doAction(new MagicDestroyAction(event.getRefPermanent()));
}
};
}
]