This commit is contained in:
Jackzie 2021-05-14 09:19:51 -05:00
parent 93034fa2ef
commit cf93d9982e
No known key found for this signature in database
GPG key ID: 1E834FE36520537A
4 changed files with 6 additions and 3 deletions

View file

@ -229,7 +229,7 @@ public void OnClientCookiesCached(int client) {
if(strlen(modelPref) > 0) {
int type;
if(StringToIntEx(modelPref, type) > 0) {
PrintToServer(">>> %N has cookie for: %s", client, survivor_models[type - 1][17]);
PrintToServer(">>> %N has cookie for: %s", client, survivor_models[type - 1][18]);
strcopy(g_Models[client], 64, survivor_models[type - 1]);
g_iPendingCookieModel[client] = type;
}