Update fast_epic_toggle.py

This commit is contained in:
imAnesYT 2025-03-02 17:48:43 +01:00 committed by GitHub
parent 7580af959a
commit 01a386527a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -42,6 +42,6 @@ class FastEpicSwitcher(bauiv1lib.party.PartyWindow):
bui.screenmessage("Switched to Epic Mode!", color=(0, 1, 0))
# ba_meta export plugin
class ByLIGHT(babase.Plugin):
class ByANES(babase.Plugin):
def __init__(self):
bauiv1lib.party.PartyWindow = FastEpicSwitcher