From eabbddf9b1023dea4a7126ed6093b8856094400c Mon Sep 17 00:00:00 2001 From: Jeffrey Date: Wed, 16 Apr 2025 22:54:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20loader.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- loader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loader.py b/loader.py index 53fe664..08ae46f 100644 --- a/loader.py +++ b/loader.py @@ -189,7 +189,7 @@ def about_cmd(): """Command to show about dialog""" cmds.confirmDialog( title="About MCP", - message="Maya MCP (Model Context Protocol)\nVersion 1.0.0\n\nAuthor: Virtuos Games", + message="Maya MCP (Model Context Protocol)\nVersion 1.0.0\n\nAuthor: Jeffrey Tsai", button="OK" )