From 940943b106da1a8c006ef49ed7585ee2d54d3e4f Mon Sep 17 00:00:00 2001 From: SpikeHD Date: Thu, 21 Jul 2022 23:15:57 -0700 Subject: [PATCH] fix migoto launch btn --- src/ui/components/ServerLaunchSection.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ui/components/ServerLaunchSection.tsx b/src/ui/components/ServerLaunchSection.tsx index 7f0234b..f564cf9 100644 --- a/src/ui/components/ServerLaunchSection.tsx +++ b/src/ui/components/ServerLaunchSection.tsx @@ -58,6 +58,7 @@ export default class ServerLaunchSection extends React.Component<{}, IState> { this.toggleGrasscutter = this.toggleGrasscutter.bind(this) this.playGame = this.playGame.bind(this) this.launchAkebi = this.launchAkebi.bind(this) + this.launchMigoto = this.launchMigoto.bind(this) this.setIp = this.setIp.bind(this) this.setPort = this.setPort.bind(this) this.toggleHttps = this.toggleHttps.bind(this)