mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-11-07 17:36:00 +00:00
testing
This commit is contained in:
parent
237ac157db
commit
8993de53b7
2 changed files with 12 additions and 7 deletions
|
|
@ -5,7 +5,15 @@ import bascenev1 as bs
|
|||
|
||||
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",
|
||||
author=["Loup", "brostos"],
|
||||
discord="mydiscord",
|
||||
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