| 907 | server->OnSendComplete(msgID, ok); |
| 908 | } |
| 909 | |
| 910 | void OnServerPlayerCreate(int player, bool botClient, const char* name, const char* mod, void* context) |
| 911 | { |
| 912 | if (!botClient && stricmp(mod, ModSystem::GetModNames()) != 0) |
| 913 | { |
| 914 | char message[512]; |
| 915 | RString format = LocalizeString(IDS_MP_VALIDERROR_2); |
| 916 |
nothing calls this directly
no test coverage detected