修改bug

This commit is contained in:
2026-05-18 16:03:00 +08:00
parent 137f9020b8
commit f9974367d7
13 changed files with 246 additions and 81 deletions
+1 -1
View File
@@ -1658,7 +1658,7 @@ namespace BingoBrain
}
public static bool isRDExchangeMode()
{
// return false;//zhushi
return true;//zhushi
return SaveData.GetSaveobject().ExchangeModeToggle == 1;
}
public static string getDesByKey(string key)