1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-10-21 02:17:18 +02:00

First draft/prototype of built-in privilege management.

This commit is contained in:
Sandu Liviu Catalin
2021-02-05 13:32:37 +02:00
parent 6d30202bbd
commit 90597e4287
14 changed files with 3037 additions and 3 deletions

View File

@@ -94,7 +94,7 @@ bool RegisterAPI(HSQUIRRELVM vm)
Register_Log(vm);
Register_Core(vm);
Register_Command(vm);
//Register_Privilege(vm);
Register_Privilege(vm);
Register_Routine(vm);
Register_Tasks(vm);