RevEmuAPI: Change default type to 'Invalid'.

Didnt realize Unknown client type was already in use.
This commit is contained in:
zaCade 2019-02-24 16:36:51 +01:00
parent 93795d2379
commit 9d07106068

View File

@ -147,7 +147,7 @@ static cell_t GetPlayerType(IPluginContext *pContext, const cell_t *params)
break;
default:
snprintf(sPlayerType, sizeof(sPlayerType), "Unknown");
snprintf(sPlayerType, sizeof(sPlayerType), "Invalid");
break;
}