This commit is contained in:
zaCade 2019-02-24 15:11:43 +01:00
parent 6b690b06c9
commit 93795d2379

View File

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