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:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user