Fixed jump boost :D Changed how bunnyhop prevention works.

This commit is contained in:
Greyscale
2009-06-23 14:28:26 -07:00
parent a0381a7096
commit d9843c74fa
4 changed files with 12 additions and 19 deletions

View File

@ -169,14 +169,6 @@ public OnConfigsExecuted()
ClassOnModulesLoaded();
}
/**
* Client cookies just finished loading from the database.
*/
public OnClientCookiesCached()
{
// Forward event to modules.
}
/**
* Client is joining the server.
*