Clean up ConCmdManager (bug 5900, r=fyren).

This commit is contained in:
David Anderson
2013-08-31 11:51:23 -07:00
parent 435f2b8e39
commit ba927964c8
4 changed files with 190 additions and 361 deletions
+1 -1
View File
@@ -1278,7 +1278,7 @@ static cell_t ReadCommandIterator(IPluginContext *pContext, const cell_t *params
cell_t *addr;
pContext->LocalToPhysAddr(params[4], &addr);
*addr = pInfo->admin.eflags;
*addr = pInfo->eflags;
iter->iter++;