| 217 | } |
| 218 | |
| 219 | void SourceMod_Core::OnUnlinkConCommandBase(PluginId id, ConCommandBase *pCommand) |
| 220 | { |
| 221 | #if SOURCE_ENGINE < SE_ORANGEBOX |
| 222 | Global_OnUnlinkConCommandBase(pCommand); |
| 223 | #endif |
| 224 | } |
| 225 | |
| 226 | void *SourceMod_Core::OnMetamodQuery(const char *iface, int *ret) |
| 227 | { |
no test coverage detected