bug修改

This commit is contained in:
2026-05-13 15:43:54 +08:00
parent f2395d0b06
commit 33de0da0e7
4 changed files with 12 additions and 1 deletions
+1 -1
View File
@@ -1658,7 +1658,7 @@ namespace BingoBrain
}
public static bool isRDExchangeMode()
{
return false;//zhushi
// return false;//zhushi
return SaveData.GetSaveobject().ExchangeModeToggle == 1;
}
public static string getDesByKey(string key)