wrong name for setcmdreplysource

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401083
This commit is contained in:
David Anderson 2007-07-08 20:08:15 +00:00
parent 332f61030b
commit 0756c18bea

View File

@ -838,6 +838,6 @@ REGISTER_NATIVES(consoleNatives)
{"FakeClientCommand", FakeClientCommand}, {"FakeClientCommand", FakeClientCommand},
{"ReplyToCommand", ReplyToCommand}, {"ReplyToCommand", ReplyToCommand},
{"GetCmdReplySource", GetCmdReplyTarget}, {"GetCmdReplySource", GetCmdReplyTarget},
{"SetCmdReplyTarget", SetCmdReplyTarget}, {"SetCmdReplySource", SetCmdReplyTarget},
{NULL, NULL} {NULL, NULL}
}; };