Fixed incorrect class index validated when restored from cookies (forgot to substract by one). Specified filter settings on random spawn classes.

This commit is contained in:
richard
2009-10-10 17:37:30 +02:00
parent 7555b042b9
commit 92bffae62c
2 changed files with 41 additions and 16 deletions

View File

@ -66,10 +66,10 @@ ClassClientInit(client)
{
// Set default class indexes on the player.
ClassClientSetDefaultIndexes(client);
// Forward event to sub-modules.
ClassOverlayClientInit(client);
}
// Forward event to sub-modules
ClassOverlayClientInit(client);
}
/**