change MRO

This commit is contained in:
əlemi 2022-05-23 03:01:26 +02:00
parent 4527b866bf
commit 664cb64613
No known key found for this signature in database
GPG key ID: BBCBFE5D7244634E

View file

@ -19,9 +19,9 @@ class ConfigObject:
return getattr(self, key)
class Scaffold(
MinecraftClient,
CallbacksHolder,
Runnable,
MinecraftClient,
):
config: ConfigParser