diff --git a/Qwilight/Assets/Language.json b/Qwilight/Assets/Language.json index 8f2cc7f..1eb36ba 100644 --- a/Qwilight/Assets/Language.json +++ b/Qwilight/Assets/Language.json @@ -3403,26 +3403,6 @@ "ko-KR": "다시 시도", "en-US": "Retry" }, - "ValidNetMode0Text": { - "ko-KR": "아이템 비활성화", - "en-US": "Disable Item" - }, - "ValidNetMode1Text": { - "ko-KR": "아이템 활성화 (희귀함)", - "en-US": "Enable item (Rare)" - }, - "ValidNetMode2Text": { - "ko-KR": "아이템 활성화 (보통)", - "en-US": "Enable item (Normal)" - }, - "ValidNetMode3Text": { - "ko-KR": "아이템 활성화 (풍족함)", - "en-US": "Enable item (Enriched)" - }, - "ValidNetMode4Text": { - "ko-KR": "지금부터 서로 죽여라", - "en-US": "Kill each other from now on" - }, "VeilDrawingHeightContents": { "ko-KR": "레인 커버 높이", "en-US": "Lane Cover Height" diff --git a/Qwilight/System/LanguageSystem/LanguageSystem.g.cs b/Qwilight/System/LanguageSystem/LanguageSystem.g.cs index be51ccb..97ca905 100644 --- a/Qwilight/System/LanguageSystem/LanguageSystem.g.cs +++ b/Qwilight/System/LanguageSystem/LanguageSystem.g.cs @@ -853,11 +853,6 @@ public string UIMainJudgmentMeter { get; set; } public string UINet { get; set; } public string UndoContents { get; set; } - public string ValidNetMode0Text { get; set; } - public string ValidNetMode1Text { get; set; } - public string ValidNetMode2Text { get; set; } - public string ValidNetMode3Text { get; set; } - public string ValidNetMode4Text { get; set; } public string VeilDrawingHeightContents { get; set; } public string VESAContents { get; set; } public string VESAText { get; set; } diff --git a/Qwilight/ViewModel/SiteViewModel.cs b/Qwilight/ViewModel/SiteViewModel.cs index 7214d9f..39753e9 100644 --- a/Qwilight/ViewModel/SiteViewModel.cs +++ b/Qwilight/ViewModel/SiteViewModel.cs @@ -802,6 +802,7 @@ ValidHunterMode = pendingTwilightCallSiteNetData.validHunterMode; IsPostableItemMode = pendingTwilightCallSiteNetData.validNetMode == 1; SetAllowedPostableItems(pendingTwilightCallSiteNetData.allowedPostableItems); + PostableItemBand = pendingTwilightCallSiteNetData.postableItemBand; IsAutoSiteHand = pendingTwilightCallSiteNetData.isAutoSiteHand; if (IsSiteHand) {