From aedf0b0b43a815ba745ee84d6aeb36e616cc4151 Mon Sep 17 00:00:00 2001 From: Metroid_Skittles Date: Thu, 19 Mar 2026 13:42:12 -0400 Subject: [PATCH] update command trigger from '!access' to '!setaccess' for improved clarity; add copilot instructions to .gitignore --- .gitignore | 1 + torchlight_changes_unloze/torchlight3/Torchlight/Commands.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c933895..8be7eb3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ ArtificialAutism/src/main/java/DataLayer/settings.java +torchlight_changes_unloze/.github/copilot-instructions.md diff --git a/torchlight_changes_unloze/torchlight3/Torchlight/Commands.py b/torchlight_changes_unloze/torchlight3/Torchlight/Commands.py index 0dab9c4..d244c44 100755 --- a/torchlight_changes_unloze/torchlight3/Torchlight/Commands.py +++ b/torchlight_changes_unloze/torchlight3/Torchlight/Commands.py @@ -1764,7 +1764,7 @@ class AdminAccess(BaseCommand): def __init__(self, torchlight) -> None: super().__init__(torchlight) - self.Triggers = ["!access"] + self.Triggers = ["!setaccess"] self.Level = 6 def _reload_access(self) -> None: