| 379 | } |
| 380 | |
| 381 | void AdminCache::_UnsetCommandOverride(const char *cmd) |
| 382 | { |
| 383 | m_CmdOverrides.remove(cmd); |
| 384 | bridge->UpdateAdminCmdFlags(cmd, Override_Command, 0, true); |
| 385 | } |
| 386 | |
| 387 | void AdminCache::DumpCommandOverrideCache(OverrideType type) |
| 388 | { |
nothing calls this directly
no test coverage detected