diff --git a/src/components/MatchCard.vue b/src/components/MatchCard.vue index c965fe4..6e66410 100644 --- a/src/components/MatchCard.vue +++ b/src/components/MatchCard.vue @@ -79,7 +79,7 @@ export default { }, imageError(matchIdx) { console.log(this.matches[matchIdx].map_name); - this.matches[matchIdx].map_name = '_unknown'; + this.matches[matchIdx].map_name = "_unknown"; return; } }, diff --git a/src/components/ServerDialog.vue b/src/components/ServerDialog.vue index 504a049..9642c04 100644 --- a/src/components/ServerDialog.vue +++ b/src/components/ServerDialog.vue @@ -61,12 +61,13 @@ See the get5 wiki for help installing the get5 and get5_apistats plugins. PLEASE ENSURE sv_logecho = 1 IS SET ON THE SERVER AND 'log on'", + "Get5Help": "Make sure your server is running and has the get5 server plugins installed first.
See the get5 wiki for help installing the get5 and G5WS plugins. PLEASE ENSURE sv_logecho = 1 IS SET ON THE SERVER AND 'log on'", "FormDisplayName": "Display Name", "FormServerIP": "Host Name", "FormServerHint": "Can be a URL as well.", @@ -519,7 +519,7 @@ }, "ServerCreate": { "InfoWillNotBeExposed": "あなたのサーバー情報は他のユーザーには公開されません。", - "Get5Help": "サーバーが稼働中でGet5プラグインがインストールされていることを確認してください。
Get5のインストールはget5 wiki get5 と get5_apistats プラグインをインストールする際の参考にしてください。sv_logecho = 1 がサーバに設定されていることと 'log on' が設定されていることを確認してください。", + "Get5Help": "サーバーが稼働中でGet5プラグインがインストールされていることを確認してください。
Get5のインストールはget5 wiki get5 と G5WS プラグインをインストールする際の参考にしてください。sv_logecho = 1 がサーバに設定されていることと 'log on' が設定されていることを確認してください。", "FormDisplayName": "表示名", "FormServerIP": "ホスト名", "FormServerHint": "URLにすることもできます。",