RevEmuAPI: Change default type to 'Invalid'.
Didnt realize Unknown client type was already in use.
This commit is contained in:
parent
93795d2379
commit
9d07106068
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user