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
8993de53b7
commit
0cfa8c78a9
1 changed files with 9 additions and 7 deletions
|
|
@ -8,12 +8,14 @@ original_getmesh = bs.getmesh
|
|||
plugman = dict(
|
||||
plugin_name="allow_invisible_models",
|
||||
description="Shake as many stiies of you as possible",
|
||||
external_url= "https://www.youtube.com/watch?v=dQw4w9WgXcQ",
|
||||
external_url="https://www.youtube.com/watch?v=dQw4w9WgXcQ",
|
||||
author=["Loup", "brostos"],
|
||||
discord="mydiscord",
|
||||
email = "dontclickthelink@pleasedont.com",
|
||||
email="dontclickthelink@pleasedont.com",
|
||||
version="1.0.0"
|
||||
)
|
||||
|
||||
|
||||
def get_mesh_gracefully(mesh):
|
||||
if mesh is not None:
|
||||
return original_getmesh(mesh)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue