Reapply "v8.2.0c"

This reverts commit f623d5091a.
This commit is contained in:
2025-07-23 04:17:47 -04:00
parent f623d5091a
commit 2fcde193c2
6 changed files with 117 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
public char PLUGIN_VERSION[8] = "8.2.0a";
public char PLUGIN_VERSION[8] = "8.2.0c";
void sudo(int task) {
AssLogger(LOGLVL_DEBUG, "Calling sudo with %i", task);
switch (task) {