- Move some functions to their respective include files
+ Added stats tracker to display server metrics IN MAP
+ Add nodejs script for getting system stats into mysql server
This commit is contained in:
2025-07-23 04:16:45 -04:00
parent fe4e5fe2de
commit 110ce2f2f3
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) {