mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2026-08-15 13:03:08 +00:00
Fix a unnoticed typo
This commit is contained in:
parent
1b3ed86f03
commit
e417f4130c
3 changed files with 6 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ if TARGET_BALLISTICA_BUILD < 21282:
|
|||
babase.app.env.arcade_mode = babase.app.arcade_mode
|
||||
babase.app.env.headless_mode = babase.app.arcade_mode
|
||||
babase.app.env.demo_mode = babase.app.demo_mode
|
||||
babase.app.env.protocl_version = babase.app.protocol_version
|
||||
babase.app.env.protocol_version = babase.app.protocol_version
|
||||
|
||||
|
||||
_env = _babase.env()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue