mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
[ci] auto-format
This commit is contained in:
parent
f195d78603
commit
124641cd96
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,7 @@
|
||||||
# Porting to api 8 made easier by baport.(https://github.com/bombsquad-community/baport)
|
# Porting to api 8 made easier by baport.(https://github.com/bombsquad-community/baport)
|
||||||
# ba_meta require api 9
|
# ba_meta require api 9
|
||||||
|
import bascenev1 as bs
|
||||||
|
import babase
|
||||||
plugman = dict(
|
plugman = dict(
|
||||||
plugin_name="allow_invisible_models",
|
plugin_name="allow_invisible_models",
|
||||||
description="Changing model to None will make it invisible.",
|
description="Changing model to None will make it invisible.",
|
||||||
|
|
@ -8,8 +10,6 @@ plugman = dict(
|
||||||
version="1.2.2",
|
version="1.2.2",
|
||||||
)
|
)
|
||||||
|
|
||||||
import babase
|
|
||||||
import bascenev1 as bs
|
|
||||||
|
|
||||||
original_getmesh = bs.getmesh
|
original_getmesh = bs.getmesh
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue