| 469 | } |
| 470 | |
| 471 | inline void SM_ExecuteConfigFile(const char *file) |
| 472 | { |
| 473 | char cmd[255]; |
| 474 | ke::SafeSprintf(cmd, sizeof(cmd), "exec %s\n", file); |
| 475 | engine->ServerCommand(cmd); |
| 476 | } |
| 477 | |
| 478 | bool SM_GenerateConfigFile( |
| 479 | IPlugin *pl, |
no test coverage detected