mirror of
https://github.com/TheFunny/ArisuAutoSweeper
synced 2025-12-16 19:55:12 +00:00
Update KR cafe.py
This commit is contained in:
parent
8f8739b958
commit
81a04933ed
@ -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)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user