last bug...
This commit is contained in:
parent
2f9b04b690
commit
1385f99413
|
|
@ -141,10 +141,12 @@ object InviteCodeCommands {
|
|||
}
|
||||
execute<ConsoleCommandSender> { sender, ctx, arg ->
|
||||
PluginScope.launch {
|
||||
InviteCode.find { InviteCodes.name eq ctx.argument(-1) }.first().run {
|
||||
qq = arg
|
||||
transaction {
|
||||
InviteCode.find { InviteCodes.name eq ctx.argument(-1) }.first().run {
|
||||
qq = arg
|
||||
}
|
||||
sender.sendMessage("§a| §7修改成功")
|
||||
}
|
||||
sender.sendMessage("§a| §7修改成功")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue