feat: 支持记录日志
This commit is contained in:
@@ -58,7 +58,7 @@ public class CurrencyCreateCommand extends ChildCommand {
|
||||
}
|
||||
CurrencyPlugin.async(() -> {
|
||||
try {
|
||||
CurrencyType type = new CurrencyType(id, id);
|
||||
CurrencyType type = new CurrencyType(id);
|
||||
CurrencyDataManager.updateCurrencyType(type, true);
|
||||
CurrencyMessage.CURRENCY_CREATE_SUCCESS.show(sender);
|
||||
} catch (SQLException e) {
|
||||
|
Reference in New Issue
Block a user