mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-06-30 22:17:13 +02:00
Fixed spelling mistake in command function name. Updated collor packing macros to correct type casting.
This commit is contained in:
@ -1257,7 +1257,7 @@ bool Register_Cmd(HSQUIRRELVM vm)
|
||||
cmdns.Func(_SC("GetInvoker"), &Cmd_GetInvoker);
|
||||
cmdns.Func(_SC("GetInvokerID"), &Cmd_GetInvokerID);
|
||||
cmdns.Func(_SC("GetName"), &Cmd_GetName);
|
||||
cmdns.Func(_SC("getText"), &Cmd_GetText);
|
||||
cmdns.Func(_SC("GetText"), &Cmd_GetText);
|
||||
// Output debugging information
|
||||
LogDbg("Registration of <Cmd functions> type was successful");
|
||||
|
||||
|
Reference in New Issue
Block a user