From 8f2b292689d0b8b44372b10569903f6c4113c667 Mon Sep 17 00:00:00 2001 From: NullBite Date: Mon, 26 Sep 2022 18:35:48 -0400 Subject: [PATCH] Ensure only script.lua runs automatically --- avatar.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/avatar.json b/avatar.json index f89e9a7..ad47004 100644 --- a/avatar.json +++ b/avatar.json @@ -1,4 +1,5 @@ { "name": "Null Protogen", - "author": "NullBite" + "author": "NullBite", + "autoScripts": ["script"] }