mirror of
https://github.com/TheFunny/ArisuAutoSweeper
synced 2025-12-18 21:45:24 +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):
|
def _is_second_cafe_on(self):
|
||||||
return self.config.Cafe_SecondCafe
|
return self.config.Cafe_SecondCafe
|
||||||
|
|
||||||
@Config.when(Emulator_GameLanguage=None)
|
@Config.when(Emulator_GameLanguage='en')
|
||||||
def _is_second_cafe_on(self):
|
def _is_second_cafe_on(self):
|
||||||
return False
|
return self.config.Cafe_SecondCafe
|
||||||
|
|
||||||
is_second_cafe_on = property(_is_second_cafe_on)
|
is_second_cafe_on = property(_is_second_cafe_on)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user