1
0
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:
Sandu Liviu Catalin
2015-11-09 03:27:52 +02:00
parent 3f7f2c9163
commit 14a46c5372
2 changed files with 6 additions and 6 deletions

View File

@ -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");