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