fix migoto launch btn

This commit is contained in:
SpikeHD
2022-07-21 23:15:57 -07:00
parent 7ad1c4649c
commit 940943b106

View File

@@ -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)