[ci] auto-format

This commit is contained in:
Loup-Garou911XD 2025-07-26 07:11:32 +00:00 committed by github-actions[bot]
parent 8993de53b7
commit 0cfa8c78a9

View file

@ -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)