1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2025-12-16 13:25:13 +00:00

Update KR cafe.py

This commit is contained in:
NineTailFoxy 2024-06-13 01:46:53 +09:00 committed by GitHub
parent 8f8739b958
commit 81a04933ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,9 +34,9 @@ class Cafe(CafeUI):
def _is_second_cafe_on(self):
return self.config.Cafe_SecondCafe
@Config.when(Emulator_GameLanguage=None)
@Config.when(Emulator_GameLanguage='en')
def _is_second_cafe_on(self):
return False
return self.config.Cafe_SecondCafe
is_second_cafe_on = property(_is_second_cafe_on)